Skip to content

Commit

Permalink
Merge pull request #846 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 20, 2023
2 parents f073206 + 6f8c706 commit 9754ae9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
28 changes: 4 additions & 24 deletions .github/workflows/full-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,26 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['7.4']
php-versions: ['8.1']
databases: ['sqlite']
server-versions: ['stable25']
server-versions: ['stable27']
pure-js-mode: ['false']
imagenet-enabled: ['true']
faces-enabled: ['true']
landmarks-enabled: ['true']
musicnn-enabled: ['true']
movinet-enabled: ['true']
include:
# stable25,sqlite,php8
- server-versions: stable25
databases: sqlite
php-versions: 8.0
pure-js-mode: false
imagenet-enabled: true
faces-enabled: true
landmarks-enabled: true
musicnn-enabled: true
movinet-enabled: true
# test pure-js once
- server-versions: stable25
- server-versions: stable27
databases: sqlite
php-versions: 7.4
php-versions: 8.1
pure-js-mode: true
imagenet-enabled: true
faces-enabled: true
landmarks-enabled: true
musicnn-enabled: true
movinet-enabled: false
# stable25,sqlite,php8.1
- server-versions: stable25
databases: sqlite
php-versions: 8.1
pure-js-mode: false
imagenet-enabled: true
faces-enabled: true
landmarks-enabled: true
musicnn-enabled: true
movinet-enabled: true

name: Test classify command on ${{ matrix.databases }}-${{ matrix.server-versions }} wasm:${{ matrix.pure-js-mode }},imagenet:${{ matrix.imagenet-enabled }},faces:${{ matrix.faces-enabled }},landmarks:${{ matrix.landmarks-enabled }},movinet:${{ matrix.movinet-enabled }},musicnn:${{ matrix.musicnn-enabled }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "7.4", "8.0", "8.1", "8.2" ]
php-versions: [ "8.0", "8.1", "8.2" ]

name: php-lint

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']
server-versions: ['stable26', 'master']
server-versions: ['stable26', 'stable27', 'master']

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.1']
server-versions: ['stable26', 'master']
server-versions: ['stable26', 'stable27', 'master']

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.1']
server-versions: ['stable26', 'master']
server-versions: ['stable26', 'stable27', 'master']

steps:
- name: Set app env
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The app does not send any sensitive data to cloud providers or similar services.
<screenshot>https://raw.githubusercontent.com/marcelklehr/recognize/master/screenshots/imagenet_examples.jpg</screenshot>
<dependencies>
<php min-version="8.0" />
<nextcloud min-version="26" max-version="27" />
<nextcloud min-version="26" max-version="28" />
</dependencies>

<repair-steps>
Expand Down

0 comments on commit 9754ae9

Please sign in to comment.