diff options
author | Joas Schilling <coding@schilljs.com> | 2024-07-19 11:21:46 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-07-19 11:21:46 +0200 |
commit | 817ca0045a4271af6737884a3424587ba29948cb (patch) | |
tree | 5fda99b6b79dbacb75b9d8c0dec1b6f0bc4ed50b /.github | |
parent | f6238d35bdcb5facaa8fbe5f30d67a6b5eaadcfd (diff) | |
download | nextcloud-server-817ca0045a4271af6737884a3424587ba29948cb.tar.gz nextcloud-server-817ca0045a4271af6737884a3424587ba29948cb.zip |
ci: Run all Oracle versions all the time
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-oci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index ab91bd309bc..0fd06f7879d 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -54,6 +54,7 @@ jobs: if: ${{ needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh' }} strategy: + fail-fast: false matrix: include: - oracle-versions: '11' |