summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2024-03-09 22:37:54 +0100
committerMarcel Müller <marcel-mueller@gmx.de>2024-03-09 23:14:56 +0100
commit99e334a6197bdb67acf9d209983b64845b388fef (patch)
tree7c413dffec14e6e745761f6f393c529daeafdaea /.github
parent868270c615c49e9a8bd940ea0f795b6b9fdbf830 (diff)
fix(ci): Run OCI tests on ubuntu-latest again
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-oci.yml2
-rw-r--r--.github/workflows/phpunit-oci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration-oci.yml b/.github/workflows/integration-oci.yml
index 8b80e8e3c..eaba42531 100644
--- a/.github/workflows/integration-oci.yml
+++ b/.github/workflows/integration-oci.yml
@@ -46,7 +46,7 @@ jobs:
- 'composer.lock'
integration-oci:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.src != 'false'
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index d18ef028e..149d2f3a8 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -53,7 +53,7 @@ jobs:
- 'composer.lock'
phpunit-oci:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'