Skip to content

Commit

Permalink
fix(CI): Only test on stable28
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 29, 2024
1 parent db13da5 commit 98a46bb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster-faces-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['master']
server-versions: ['stable28']
pure-js-mode: ['false']

name: Test cluster-faces command on ${{ matrix.server-versions }} wasm:${{ matrix.pure-js-mode }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/files-scan-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master', 'stable28']
server-versions: ['stable28']

name: Test files:scan command on ${{ matrix.databases }}-${{ matrix.server-versions }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
php-versions: ['8.2']
databases: ['sqlite']
server-versions: ['master', 'stable28']
server-versions: ['stable28']
pure-js-mode: ['false']
imagenet-enabled: ['true']
faces-enabled: ['true']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
server-versions: ['master', 'stable28']
server-versions: ['stable28']

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['master', 'stable28']
server-versions: ['stable28']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['master', 'stable28']
server-versions: [ 'stable28']

steps:
- name: Set app env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

strategy:
matrix:
php-versions: [ '8.1', '8.2', '8.3' ]
server-versions: [ 'dev-master', 'dev-stable28' ]
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
server-versions: [ 'dev-stable28' ]
fail-fast: false

name: Nextcloud
Expand Down

0 comments on commit 98a46bb

Please sign in to comment.