Skip to content

Commit b248097

Browse files
Merge pull request #235 from nextcloud/update-master-php-testing-versions
Update master php testing versions
2 parents 20d6cb3 + 9f3c424 commit b248097

File tree

3 files changed

+408
-270
lines changed

3 files changed

+408
-270
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: 5 additions & 5 deletions
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

@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
php-version: ${{ matrix.php-versions }}
5050
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
51-
tools: phpunit:8.5.13
51+
tools: phpunit
5252
coverage: none
5353

5454
- name: Set up Nextcloud
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
php-version: ${{ matrix.php-versions }}
112112
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
113-
tools: phpunit:8.5.13
113+
tools: phpunit
114114
coverage: none
115115

116116
- name: Set up Nextcloud
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
php-version: ${{ matrix.php-versions }}
176176
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
177-
tools: phpunit:8.5.13
177+
tools: phpunit
178178
coverage: none
179179

180180
- name: Set up Nextcloud
@@ -233,7 +233,7 @@ jobs:
233233
with:
234234
php-version: ${{ matrix.php-versions }}
235235
extensions: mbstring, iconv, fileinfo, intl, oci8
236-
tools: phpunit:8.5.13
236+
tools: phpunit
237237
coverage: none
238238

239239
- name: Set up Nextcloud

0 commit comments

Comments
 (0)