From 53c4ff4d362fe98544d2955271b1a1cd9ba282ed Mon Sep 17 00:00:00 2001 From: Dmitry Tsemma Date: Tue, 24 Jun 2025 16:27:14 +0300 Subject: [PATCH 1/2] FRW-10317 Upgrade Ubuntu version in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df4f2e..c9f0c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: validation: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -55,7 +55,7 @@ jobs: run: composer cs-check tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: From 3d6ad6c82e9f8d539c241b073c84c6636902fc46 Mon Sep 17 00:00:00 2001 From: Dmitry Tsemma Date: Wed, 25 Jun 2025 16:31:01 +0300 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f0c94..f5554ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: validation: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -55,7 +55,7 @@ jobs: run: composer cs-check tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: