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 6, 2024
1 parent 0b5d755 commit 95f8232
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-master', '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: ['master']
nextcloud-versions: ['stable30']
include:
- php-versions: '8.0'
nextcloud-versions: 'stable27'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud-versions: ['master']
nextcloud-versions: ['stable30']
db: ['sqlite', 'mysql', 'pgsql']
cache: ['nocache']
include:
Expand Down

0 comments on commit 95f8232

Please sign in to comment.