We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baba750 commit cdca2afCopy full SHA for cdca2af
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: ['8.1', '8.2', '8.3', '8.4', '8.5']
+ php: ['8.2', '8.3', '8.4']
14
15
name: PHP ${{ matrix.php }} tests
16
0 commit comments