Skip to content

Commit

Permalink
fix: Update workflows for 28
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 24, 2023
1 parent fd05b65 commit e3a9bb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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.1']
databases: ['sqlite']
server-versions: ['stable26']
server-versions: ['stable27', 'master']
pure-js-mode: ['false']

name: Test cluster-faces command on ${{ matrix.server-versions }} wasm:${{ matrix.pure-js-mode }}
Expand Down Expand Up @@ -417,4 +417,4 @@ jobs:
} else {
console.log('Benchmark result: Good')
}
"
"
4 changes: 2 additions & 2 deletions .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.1']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['stable27']
server-versions: ['stable27', 'master']

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

Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
- name: Print logs
if: always()
run: |
cat data/nextcloud.log
cat data/nextcloud.log
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.1']
databases: ['sqlite']
server-versions: ['stable27']
server-versions: ['stable27', 'master']
pure-js-mode: ['false']
imagenet-enabled: ['true']
faces-enabled: ['true']
Expand Down

0 comments on commit e3a9bb1

Please sign in to comment.