Skip to content

Commit

Permalink
Merge pull request #168 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
chore(CI): Adjust testing matrix for Nextcloud 29 on main
  • Loading branch information
marcelklehr committed Mar 28, 2024
2 parents 7e0bcd2 + 7f26659 commit 04b9cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ jobs:
strategy:
matrix:
php-versions: [ '8.1', '8.2' ]
server-versions: [ 'v26.x.x', 'v27.1.x', 'dev-stable28', 'dev-master' ]
server-versions: [ 'v26.x.x', 'v27.1.x', 'dev-stable28', 'dev-stable29', 'dev-master' ]
include:
- php-versions: '8.0'
server-versions: 'v26.x.x'
- php-versions: '8.0'
server-versions: 'v27.1.x'
- php-versions: '8.3'
server-versions: 'dev-stable28'
- php-versions: '8.3'
server-versions: 'dev-stable29'
- php-versions: '8.3'
server-versions: 'dev-master'
fail-fast: false
Expand Down

0 comments on commit 04b9cb9

Please sign in to comment.