Skip to content

Commit 9e1e885

Browse files
Merge pull request #3688 from nextcloud/update-master-php-testing-versions
Update master php testing versions
2 parents eba0d94 + 7116d9b commit 9e1e885

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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 }} lint
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
strategy:
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', 'mysql', 'pgsql']
2323
server-versions: ['master']
2424

0 commit comments

Comments
 (0)