We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb841d7 commit e41fb08Copy full SHA for e41fb08
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5','8.6']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
19
os: [ubuntu-latest, windows-latest]
20
21
steps:
0 commit comments