Skip to content

Commit 8a03d41

Browse files
committed
fix(ci): update versions
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
1 parent 9e9e053 commit 8a03d41

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/py_analysis-coverage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
nextcloud: [ "25.0.2" ]
47-
php-version: [ "7.4", "8.0" ]
46+
nextcloud: [ "30" ]
47+
php-version: [ "8.1", "8.2" ]
4848
pgsql-version: [ "13", "15" ]
4949
env:
5050
NC_dbname: nextcloud_abz
@@ -141,8 +141,8 @@ jobs:
141141
strategy:
142142
fail-fast: false
143143
matrix:
144-
nextcloud: [ "25.0.2" ]
145-
php-version: [ "7.4", "8.0" ]
144+
nextcloud: [ "30" ]
145+
php-version: [ "8.1", "8.2" ]
146146
mysql-version: [ "8" ]
147147

148148
services:
@@ -235,8 +235,8 @@ jobs:
235235
strategy:
236236
fail-fast: false
237237
matrix:
238-
nextcloud: [ "25.0.2" ]
239-
php-version: [ "7.4", "8.0" ]
238+
nextcloud: [ "30" ]
239+
php-version: [ "8.1", "8.2" ]
240240
mariadb-version: [ "10.3", "10.10" ]
241241

242242
services:
@@ -329,8 +329,8 @@ jobs:
329329
strategy:
330330
fail-fast: false
331331
matrix:
332-
php-version: [ "7.4", "8.0" ]
333-
nextcloud: [ "25.0.2" ]
332+
nextcloud: [ "30" ]
333+
php-version: [ "8.1", "8.2" ]
334334

335335
steps:
336336
- name: Set up php ${{ matrix.php-version }}
@@ -412,8 +412,8 @@ jobs:
412412
strategy:
413413
fail-fast: false
414414
matrix:
415-
php-version: [ "8.0" ]
416-
nextcloud: [ "25.0.2" ]
415+
nextcloud: [ "30" ]
416+
php-version: [ "8.1" ]
417417

418418
steps:
419419
- name: Set up php ${{ matrix.php-version }}

0 commit comments

Comments
 (0)