Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 30 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent aa621d8 commit 9a57bfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,20 @@ jobs:
matrix:
php-versions: [ "8.0", "8.1", "8.2", "8.3" ]
databases: [ "mysql" ]
server-versions: [ "stable28", "stable29", "master" ]
server-versions: [ "stable28", "stable29", "stable30", "master" ]
exclude:
- server-versions: "master"
php-versions: "8.0"
databases: "mysql"
- server-versions: "master"
php-versions: "8.2"
databases: "mysql"
- server-versions: "stable30"
php-versions: "8.2"
databases: "mysql"
- server-versions: "stable30"
php-versions: "8.1"
databases: "mysql"
- server-versions: "stable29"
php-versions: "8.2"
databases: "mysql"
Expand Down

0 comments on commit 9a57bfd

Please sign in to comment.