Merge pull request #26700 from nextcloud/bugfix/noid/fix-oci-ci
FIx Oracle by testing on Ubuntu 20.04 until oci8.so is available for …
This commit is contained in:
commit
47c9c00b8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue