Skip to content

Commit

Permalink
Merge pull request #393 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny authored Sep 27, 2023
2 parents bc8d4d0 + fc81fcd commit f1ccbbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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: ['master', 'stable27', 'stable26']
include:
- php-version: '7.4'
nextcloud-version: stable25
Expand Down Expand Up @@ -56,6 +56,9 @@ jobs:
- php-version: '8.0'
nextcloud-version: stable26
db: 'pgsql'
- php-version: '8.0'
nextcloud-version: stable27
db: 'pgsql'
- php-version: '8.2'
nextcloud-version: master
db: 'mysql'
Expand Down

0 comments on commit f1ccbbc

Please sign in to comment.