Skip to content

Commit

Permalink
ci: Test against stable29 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 Apr 3, 2024
1 parent b592bc9 commit 7f0222d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-stable28', 'dev-stable27', 'dev-stable26' ]
ocp-version: [ 'dev-stable29', 'dev-stable28', 'dev-stable27', 'dev-stable26' ]

name: static-psalm-analysis ${{ matrix.ocp-version }}
steps:
Expand Down
6 changes: 3 additions & 3 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.0', '8.1', '8.2', '8.3']
nextcloud-versions: ['master']
nextcloud-versions: ['stable29']
include:
- php-versions: '8.1'
nextcloud-versions: 'stable26'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
nextcloud-versions: ['master']
nextcloud-versions: ['stable29']
db: ['sqlite', 'mysql', 'pgsql']
cache: ['nocache']
include:
Expand All @@ -79,7 +79,7 @@ jobs:
db: 'mysql'
cache: 'redis'
- php-versions: 8.3
nextcloud-versions: master
nextcloud-versions: stable29
db: 'mysql'
cache: 'nocache'
name: ${{ matrix.nextcloud-versions }} w/ php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
Expand Down

0 comments on commit 7f0222d

Please sign in to comment.