We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba0d94 + 7116d9b commit 9e1e885Copy full SHA for 9e1e885
2 files changed
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- php-versions: ['7.4', '8.0']
+ php-versions: ['7.4', '8.0', "8.1"]
17
18
name: php${{ matrix.php-versions }} lint
19
steps:
.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
fail-fast: false
20
21
22
databases: ['sqlite', 'mysql', 'pgsql']
23
server-versions: ['master']
24
0 commit comments