Skip to content

Commit 3ecc237

Browse files
committed
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 7fb2acd commit 3ecc237

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
@@ -87,7 +87,7 @@ jobs:
8787
# do not stop on another job's failure
8888
fail-fast: false
8989
matrix:
90-
php-versions: ['7.4', '8.0']
90+
php-versions: ['7.4', '8.0', "8.1"]
9191
databases: ['mysql']
9292
server-versions: ['master']
9393

0 commit comments

Comments
 (0)