Skip to content

Commit

Permalink
Merge pull request #627 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 30 on main
  • Loading branch information
st3iny authored Aug 14, 2024
2 parents eb77742 + d0fbcf0 commit e803bf0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
nextcloud-version: ['master']
nextcloud-version: ['master', 'stable30']
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down Expand Up @@ -52,6 +52,9 @@ jobs:
- php-version: '8.2'
nextcloud-version: master
db: 'mysql'
- php-version: '8.2'
nextcloud-version: stable30
db: 'mysql'
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }}-${{ matrix.db }} integration tests
services:
mysql-service:
Expand Down Expand Up @@ -144,7 +147,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
nextcloud-version: [ 'master']
nextcloud-version: [ 'master', 'stable30' ]
node-version: [ '20' ]
steps:
- name: Set up Nextcloud env
Expand Down

0 comments on commit e803bf0

Please sign in to comment.