Skip to content

Commit

Permalink
ci: Test against server stable30, not master
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 19, 2024
1 parent 21dc059 commit a379619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-stable29', 'dev-stable28', 'dev-stable27' ]
ocp-version: [ 'dev-stable30', 'dev-stable29', 'dev-stable28', 'dev-stable27' ]

name: static-psalm-analysis ${{ matrix.ocp-version }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
nextcloud-versions: ['stable29']
nextcloud-versions: ['stable30']
include:
- php-versions: '8.0'
nextcloud-versions: 'stable27'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud-versions: ['stable29']
nextcloud-versions: ['stable30']
db: ['sqlite', 'mysql', 'pgsql']
cache: ['nocache']
include:
Expand Down

0 comments on commit a379619

Please sign in to comment.