We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab734f commit 50c2cf1Copy full SHA for 50c2cf1
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- php: [8.3, 8.2, 8.1, 8.0]
+ php: [8.4, 8.3, 8.2, 8.1, 8.0]
12
13
name: P${{ matrix.php }}
14
0 commit comments