Skip to content

Commit

Permalink
ci(test): test on stable27 instead of master
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Oct 30, 2023
1 parent 7c14101 commit 8130d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0', '8.1', '8.2']
nextcloud-version: ['master', 'stable26']
nextcloud-version: ['stable27', 'stable26']
include:
- php-version: '7.4'
nextcloud-version: stable25
Expand Down Expand Up @@ -47,17 +47,17 @@ jobs:
strategy:
matrix:
php-version: [ '8.1' ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable27' ]
db: [ 'sqlite' ]
include:
- php-version: '8.1'
nextcloud-version: master
nextcloud-version: stable27
db: 'oci'
- php-version: '8.0'
nextcloud-version: stable26
db: 'pgsql'
- php-version: '8.2'
nextcloud-version: master
nextcloud-version: stable27
db: 'mysql'
- php-version: '7.4'
nextcloud-version: stable25
Expand Down

0 comments on commit 8130d81

Please sign in to comment.