We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115887c commit e4f5fecCopy full SHA for e4f5fec
.github/workflows/php.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: true
12
matrix:
13
- php: [7.1, 7.2, 7.3, 7.4] #
+ php: [7.1, 7.2, 7.3, 7.4, 8.0] #
14
os: [ubuntu-latest, macOS-latest] # windows-latest,
15
16
steps:
0 commit comments