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-23 09:42:21 +0300
commit9505839f19b86dc52ef8ac7a7504a46240d6c3a4 (patch)
treed50d0681a5035db15e19c1786f180102ad9037b2 /.github
parentcdb9eb401e7c5d90ef9046c25f2a1353494d07d6 (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