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:
authorJoas Schilling <coding@schilljs.com>2021-04-22 17:57:00 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-22 17:57:00 +0300
commit6a43948a6ead96f4d4011dd59973a16487f2487d (patch)
treec1ce6cec39d329650f9e44eb57f7b19773691743 /.github
parentda043e52c8f550aa845833f338951793387393a2 (diff)
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')
-rw-r--r--.github/workflows/oci.yml2
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