Skip to content

Commit

Permalink
Merge pull request #184 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 28 on main
  • Loading branch information
AndyScherzinger authored Nov 30, 2023
2 parents 89d85fd + 6ef28f9 commit 05afb18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master']

services:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
server-versions: ['master', 'stable27', 'stable26', 'stable25']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
server-versions: ['master', 'stable28', 'stable27', 'stable26', 'stable25']
exclude:
- php-versions: 7.4
server-versions: stable26
Expand All @@ -51,6 +51,12 @@ jobs:
server-versions: stable25
- php-versions: 8.2
server-versions: stable26
- php-versions: 8.3
server-versions: stable25
- php-versions: 8.3
server-versions: stable26
- php-versions: 8.3
server-versions: stable27

steps:
- name: Set app env
Expand Down

0 comments on commit 05afb18

Please sign in to comment.