Skip to content

Commit 9126899

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-versions: ['7.4', '8.0']
16+
php-versions: ['7.4', '8.0', "8.1"]
1717

1818
name: php${{ matrix.php-versions }}
1919
steps:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# do not stop on another job's failure
1919
fail-fast: false
2020
matrix:
21-
php-versions: ['7.4', '8.0']
21+
php-versions: ['7.4', '8.0', "8.1"]
2222
databases: ['sqlite']
2323
server-versions: ['master']
2424

0 commit comments

Comments
 (0)