Skip to content

Commit

Permalink
ci: Test stable4.2 against server stable31, 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 Feb 17, 2025
1 parent b149226 commit 82b91e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'stable30', 'dev-stable31' ]

name: static-psalm-analysis ${{ matrix.ocp-version }}
steps:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
nextcloud-versions: ['master', 'stable30']
nextcloud-versions: ['stable31', 'stable30']
include:
- php-versions: '8.4'
nextcloud-versions: 'master'
nextcloud-versions: 'stable31'
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down Expand Up @@ -63,20 +63,20 @@ jobs:
strategy:
matrix:
php-versions: ['8.3']
nextcloud-versions: ['master']
nextcloud-versions: ['stable31']
db: ['sqlite', 'mysql', 'pgsql']
cache: ['nocache']
include:
- php-versions: 8.1
nextcloud-versions: master
nextcloud-versions: 'stable31'
db: 'sqlite'
cache: 'redis'
- php-versions: 8.2
nextcloud-versions: master
nextcloud-versions: 'stable31'
db: 'mysql'
cache: 'redis'
- php-versions: 8.2
nextcloud-versions: stable30
nextcloud-versions: 'stable31'
db: 'mysql'
cache: 'redis'
name: ${{ matrix.nextcloud-versions }} w/ php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
if: ${{ matrix.php-versions == '8.3' }}
run: sed -i 's/max-version="8.3"/max-version="8.4"/' nextcloud/apps/mail/appinfo/info.xml
- name: Install Mail
run: php -f nextcloud/occ app:enable -f mail
run: php -f nextcloud/occ app:enable mail
- name: Configure Nextcloud for testing
run: |
php -f nextcloud/occ config:system:set debug --type bool --value true
Expand Down

0 comments on commit 82b91e3

Please sign in to comment.