We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3af4b commit 844d885Copy full SHA for 844d885
1 file changed
.github/workflows/run-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
runs-on: ubuntu-latest
50
strategy:
51
matrix:
52
- php: [8.5 8.4, 8.3, 8.2]
+ php: [8.5, 8.4, 8.3, 8.2]
53
54
name: Benchmark on P${{ matrix.php }}
55
0 commit comments