mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Run oci against all php versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user