Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 29 on main
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 28, 2024
1 parent a5e54b2 commit b3b2bea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
server-versions: ['master']
server-versions: ['master', 'stable29']

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
server-versions: ['master']
server-versions: ['master', 'stable29']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
server-versions: ['master']
server-versions: ['master', 'stable29']

steps:
- name: Set app env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ '^26', '^27', '^28', 'dev-master' ]
ocp-version: [ '^26', '^27', '^28', 'dev-stable29', 'dev-master' ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]


Expand Down

0 comments on commit b3b2bea

Please sign in to comment.