We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ca2cc commit 7c969ebCopy full SHA for 7c969eb
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.4, 8.5]
+ php: [8.4]
17
stability: [prefer-lowest, prefer-stable]
18
19
name: PHP${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments