From 963abb3ada6fd66f3678c1eb40933200f5b67855 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Thu, 17 Oct 2024 14:46:42 +0200 Subject: [PATCH] 2754: Updated actions - ubuntu version --- .github/workflows/pr.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f21f5f3..e9d54ce 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -20,11 +20,11 @@ jobs: test-composer-files: name: Validate composer (PHP ${{ matrix.php }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: - php: ['8.2'] + php: ['8.3'] steps: - uses: actions/checkout@master - name: Setup PHP, with composer and extensions @@ -46,11 +46,11 @@ jobs: phpcsfixer: name: PHP-CS-FIXER (PHP ${{ matrix.php }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: - php: ['8.2'] + php: ['8.3'] steps: - uses: actions/checkout@master - name: Setup PHP, with composer and extensions @@ -74,11 +74,11 @@ jobs: twigcs: name: TwigCS (PHP ${{ matrix.php }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: - php: ['8.2'] + php: ['8.3'] steps: - uses: actions/checkout@master - name: Setup PHP, with composer and extensions @@ -102,7 +102,7 @@ jobs: js-coding-standards: name: JS coding standards - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master - uses: actions/setup-node@v3 @@ -115,7 +115,7 @@ jobs: test-yarn-build: name: Test yarn build assets - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master