diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-01-05 17:21:14 +0100 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-09-27 14:24:05 +0200 |
commit | 1e266e8b38df76cfecdbff50b431e2dfb272ddf2 (patch) | |
tree | 5f32c187d58fbf02df5e46f826830b1b9f32fd76 /.github | |
parent | cab44b6311d9ea51ac33e1382e65ddd0bedd95e1 (diff) | |
download | nextcloud-server-1e266e8b38df76cfecdbff50b431e2dfb272ddf2.tar.gz nextcloud-server-1e266e8b38df76cfecdbff50b431e2dfb272ddf2.zip |
Run oci against all php versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/oci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 6a97a49bcb6..382ba4dafec 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -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 }} |