Skip to content

Commit

Permalink
2754: Updated actions - ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Oct 17, 2024
1 parent 906e543 commit 963abb3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 963abb3

Please sign in to comment.