We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24d51bd + 60c2906 commit 00b9925Copy full SHA for 00b9925
.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
@@ -78,7 +78,7 @@ jobs:
78
# do not stop on another job's failure
79
fail-fast: false
80
81
82
databases: ["mysql"]
83
server-versions: ["master"]
84
0 commit comments