Skip to content

Commit eded33f

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ["7.4", "8.0"]
21+
php-versions: ["7.3", "7.4", "8.0", "8.1"]
2222

2323
name: php-lint
2424

.github/workflows/test.yml

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

6161
strategy:
6262
matrix:
63-
php-version: [ 7.4, 8.0 ]
63+
php-version: [ "7.4", "8.0", "8.1" ]
6464
nextcloud-version: [ 'master', 'stable21' ]
6565
browser: [ 'firefox', 'chrome' ]
6666
db: [ 'mysql' ]

0 commit comments

Comments
 (0)