We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abdf38 commit 28f8868Copy full SHA for 28f8868
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
- php: [8.3, 8.2]
+ php: [8.4, 8.3, 8.2]
21
stability: [prefer-lowest, prefer-stable]
22
23
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
composer.json
@@ -47,6 +47,6 @@
47
"phpstan/extension-installer": true
48
}
49
},
50
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
51
"prefer-stable": true
52
0 commit comments