We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39c71e commit c2ea0c9Copy full SHA for c2ea0c9
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- php: [8.3, 8.2, 8.1]
+ php: [8.4, 8.3, 8.2, 8.1]
18
dependency-version: [prefer-lowest, prefer-stable]
19
20
name: PHP${{ matrix.php }} - ${{ matrix.dependency-version }}
0 commit comments