From 54285a8d470cab5962bf62f9ecc6b2f433a507df Mon Sep 17 00:00:00 2001 From: Vladyslav Chernyshov Date: Tue, 13 May 2025 18:34:42 -0500 Subject: [PATCH 1/2] GitHub actions fix - removed deprecated Ubuntu version --- .github/workflows/code_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index 2c82bf4..1b527f3 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -6,7 +6,7 @@ on: ["push", "pull_request"] jobs: js-tests: name: "JS Tests" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 From e325ddbfd695ff802815fd79576e5e47d3349733 Mon Sep 17 00:00:00 2001 From: Vladyslav Chernyshov Date: Tue, 13 May 2025 18:40:26 -0500 Subject: [PATCH 2/2] GitHub actions fix - removed deprecated Ubuntu version --- .github/workflows/code_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index 1b527f3..55b991d 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -20,7 +20,7 @@ jobs: cd Resources && npm run test phpunit: name: "PHP ${{ matrix.php }} + ${{ matrix.dependencies }} dependencies + Symfony ${{ matrix.symfony }}" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: