Skip to content

Commit 8f5e74a

Browse files
committed
[TASK] Update ubuntu images in gh workflows
Github is dropping support for old images. So we update to the latest ubuntu lts images.
1 parent 3d82039 commit 8f5e74a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
php-lint:
1212
name: "PHP linter"
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: "Checkout"
1616
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
- 8.3
3232
typoscript-lint:
3333
name: "TypoScript linter"
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- name: "Checkout"
3737
uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
config_file: ".project/tests/typoscript-lint.yml"
4343
php-cs-fixer:
4444
name: "PHP CS Fixer"
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-24.04
4646
needs: php-lint
4747
steps:
4848
- name: "Checkout"
@@ -57,7 +57,7 @@ jobs:
5757
run: "composer test:php:cs"
5858
phpstan:
5959
name: "PHPstan"
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-24.04
6161
needs: php-lint
6262
steps:
6363
- name: "Checkout"
@@ -72,7 +72,7 @@ jobs:
7272
run: "composer test:php:phpstan"
7373
unit-tests:
7474
name: "PHP Unit Tests"
75-
runs-on: ubuntu-20.04
75+
runs-on: ubuntu-24.04
7676
needs: php-lint
7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)