Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci.yml3
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 }}