Skip to content

Commit d2cd9bc

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

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['7.3', '7.4', '8.0']
14+
php-versions: ['7.3', '7.4', '8.0', "8.1"]
1515
name: php${{ matrix.php-versions }} lint
1616
steps:
1717
- name: Checkout

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# do not stop on another job's failure
6767
fail-fast: false
6868
matrix:
69-
php-versions: ['7.4']
69+
php-versions: ['7.4', "8.0", "8.1"]
7070
databases: ['mysql']
7171
server-versions: ['master']
7272

0 commit comments

Comments
 (0)