Skip to content

Commit

Permalink
ci(test): run on server stable30
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Aug 19, 2024
1 parent 51ac08b commit 2c8e2d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
nextcloud-version: ['master']
nextcloud-version: ['stable30']
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up Nextcloud env
Expand All @@ -40,17 +40,17 @@ jobs:
strategy:
matrix:
php-version: [ '8.3' ]
nextcloud-version: [ 'master' ]
nextcloud-version: [ 'stable30' ]
db: [ 'sqlite' ]
include:
- php-version: '8.1'
nextcloud-version: master
nextcloud-version: stable30
db: 'oci'
- php-version: '8.1'
nextcloud-version: master
nextcloud-version: stable30
db: 'pgsql'
- php-version: '8.2'
nextcloud-version: master
nextcloud-version: stable30
db: 'mysql'
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }}-${{ matrix.db }} integration tests
services:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
nextcloud-version: [ 'master']
nextcloud-version: [ 'stable30']
node-version: [ '20' ]
steps:
- name: Set up Nextcloud env
Expand Down

0 comments on commit 2c8e2d5

Please sign in to comment.