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 8623eed commit 39687eb
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,12 +13,12 @@ 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
nextcloud-versions: stable24
- php-versions: 8.0
nextcloud-versions: master
nextcloud-versions: stable24
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
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 39687eb

Please sign in to comment.