From 6a43948a6ead96f4d4011dd59973a16487f2487d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Apr 2021 16:57:00 +0200 Subject: FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for 21.04 Signed-off-by: Joas Schilling --- .github/workflows/oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3