Skip to content

Commit 00b9925

Browse files
Merge 60c2906 into 24d51bd
2 parents 24d51bd + 60c2906 commit 00b9925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
php-versions: ["7.4", "8.0"]
20+
php-versions: ["7.4", "8.0", "8.1"]
2121

2222
name: php-lint
2323

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# do not stop on another job's failure
7979
fail-fast: false
8080
matrix:
81-
php-versions: ["7.4", "8.0"]
81+
php-versions: ["7.4", "8.0", "8.1"]
8282
databases: ["mysql"]
8383
server-versions: ["master"]
8484

0 commit comments

Comments
 (0)