From f81861df19c14bee6ff4c9e15b6f1177328d9d2e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 12 Feb 2025 13:08:20 +0200 Subject: [PATCH] update ubuntu --- .github/workflows/test-integration-pg.yml | 2 +- .github/workflows/test-integration.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-integration-pg.yml b/.github/workflows/test-integration-pg.yml index a25a061bbd..3890bfc16d 100644 --- a/.github/workflows/test-integration-pg.yml +++ b/.github/workflows/test-integration-pg.yml @@ -7,7 +7,7 @@ on: jobs: test: name: Test on PHP ${{ matrix.php-versions }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: TEST_DATABASE_HOST: '127.0.0.1' TEST_DATABASE_PLATFORM: 'Postgresql' diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index c7fcca8d17..7002100b3c 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -7,7 +7,7 @@ on: jobs: test: name: Test on PHP ${{ matrix.php-versions }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: TEST_DATABASE_HOST: '127.0.0.1' TEST_DATABASE_PORT: '8888' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14257ea5c9..2454472bd2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ on: jobs: test: name: Test on PHP ${{ matrix.php-versions }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: php-versions: ['8.2', '8.3', '8.4']