Skip to content

Commit

Permalink
Adjust testing matrix for Nextcloud 25 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2022
1 parent da540dd commit 02c7f37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- php-versions: 8.1
databases: mysql
server-versions: stable24
- php-versions: 8.1
databases: mysql
server-versions: stable25
- php-versions: 8.1
databases: mysql
server-versions: master
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
matrix:
php-versions: ['7.3', '7.4', "8.0", "8.1"]
databases: ['mysql']
server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'master']
server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'stable25', 'master']
exclude:
- php-versions: 7.3
server-versions: master
- php-versions: 7.3
server-versions: stable25
- php-versions: 7.3
server-versions: stable24
- php-versions: 8.1
Expand Down

0 comments on commit 02c7f37

Please sign in to comment.