Skip to content

Commit

Permalink
Merge pull request #503 from nextcloud/update-master-target-versions
Browse files Browse the repository at this point in the history
Adjust testing matrix for Nextcloud 25 on master
  • Loading branch information
come-nc authored Sep 30, 2022
2 parents c31c77c + 02c7f37 commit 58cb4f8
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 58cb4f8

Please sign in to comment.