mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
Run oci against all php versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
cab44b6311
commit
1e266e8b38
1 changed files with 1 additions and 2 deletions
3
.github/workflows/oci.yml
vendored
3
.github/workflows/oci.yml
vendored
|
|
@ -12,10 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: [ '8.0' ]
|
||||
php-versions: [ '7.3', '7.4', '8.0' ]
|
||||
databases: [ 'oci' ]
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue