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.
1 parent d56faa3 commit 9126899Copy full SHA for 9126899
.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 }}
19
steps:
.github/workflows/phpunit.yml
@@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
20
21
22
databases: ['sqlite']
23
server-versions: ['master']
24
0 commit comments