Skip to content

Commit

Permalink
ci: Run oci on github runners
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Jul 13, 2023
1 parent 2d86bda commit d0b4425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
php:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
# do not stop on another job's failure
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: phpunit -c tests/phpunit.xml

mysql:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
# do not stop on another job's failure
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run: phpunit -c tests/phpunit.xml

pgsql:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
# do not stop on another job's failure
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
run: phpunit -c tests/phpunit.xml

oci:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
# do not stop on another job's failure
Expand Down

0 comments on commit d0b4425

Please sign in to comment.