diff options
author | Joas Schilling <coding@schilljs.com> | 2021-04-22 16:57:00 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-04-22 16:57:00 +0200 |
commit | 6a43948a6ead96f4d4011dd59973a16487f2487d (patch) | |
tree | c1ce6cec39d329650f9e44eb57f7b19773691743 /.github/workflows | |
parent | da043e52c8f550aa845833f338951793387393a2 (diff) | |
download | nextcloud-server-6a43948a6ead96f4d4011dd59973a16487f2487d.tar.gz nextcloud-server-6a43948a6ead96f4d4011dd59973a16487f2487d.zip |
FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for 21.04
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 5b545461e5d..31614b8f38f 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -9,7 +9,7 @@ on: jobs: phpunit-oci8: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: # do not stop on another job's failure |