Skip to content

Commit

Permalink
ci: Do not test against master
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Oct 18, 2024
1 parent 3fe9e96 commit a85e2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-versions: [7.3, 7.4]
nextcloud-versions: ['stable20', 'stable21', 'stable22']
nextcloud-versions: ['stable20', 'stable21', 'stable22', 'stable23']
include:
- php-versions: 7.4
nextcloud-versions: master
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
php-versions: [7.4, 8.0]
nextcloud-versions: ['master']
nextcloud-versions: ['stable24']
db: ['sqlite', 'mysql', 'pgsql']
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
services:
Expand Down

0 comments on commit a85e2dd

Please sign in to comment.