We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3280ac3 commit 4aa7ee4Copy full SHA for 4aa7ee4
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- php: [8.1, 8.2, 8.3]
+ php: ['8.1', '8.2', '8.3', '8.4']
13
stability: [prefer-stable]
14
15
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
0 commit comments