Skip to content

Commit

Permalink
fix(ci): update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Oct 21, 2024
1 parent 9e9e053 commit 8a03d41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/py_analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "25.0.2" ]
php-version: [ "7.4", "8.0" ]
nextcloud: [ "30" ]
php-version: [ "8.1", "8.2" ]
pgsql-version: [ "13", "15" ]
env:
NC_dbname: nextcloud_abz
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "25.0.2" ]
php-version: [ "7.4", "8.0" ]
nextcloud: [ "30" ]
php-version: [ "8.1", "8.2" ]
mysql-version: [ "8" ]

services:
Expand Down Expand Up @@ -235,8 +235,8 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "25.0.2" ]
php-version: [ "7.4", "8.0" ]
nextcloud: [ "30" ]
php-version: [ "8.1", "8.2" ]
mariadb-version: [ "10.3", "10.10" ]

services:
Expand Down Expand Up @@ -329,8 +329,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ "7.4", "8.0" ]
nextcloud: [ "25.0.2" ]
nextcloud: [ "30" ]
php-version: [ "8.1", "8.2" ]

steps:
- name: Set up php ${{ matrix.php-version }}
Expand Down Expand Up @@ -412,8 +412,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ "8.0" ]
nextcloud: [ "25.0.2" ]
nextcloud: [ "30" ]
php-version: [ "8.1" ]

steps:
- name: Set up php ${{ matrix.php-version }}
Expand Down

0 comments on commit 8a03d41

Please sign in to comment.