From 99e334a6197bdb67acf9d209983b64845b388fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sat, 9 Mar 2024 22:37:54 +0100 Subject: fix(ci): Run OCI tests on ubuntu-latest again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/integration-oci.yml | 2 +- .github/workflows/phpunit-oci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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' -- cgit v1.2.3