We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d131783 + 3ecc237 commit f988d18Copy full SHA for f988d18
.github/workflows/lint-php.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- php-versions: ["7.4", "8.0"]
+ php-versions: ["7.4", "8.0", "8.1"]
21
22
name: php-lint
23
.github/workflows/phpunit.yml
@@ -87,7 +87,7 @@ jobs:
87
# do not stop on another job's failure
88
fail-fast: false
89
90
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4', '8.0', "8.1"]
91
databases: ['mysql']
92
server-versions: ['master']
93
0 commit comments