File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
php-lint :
12
12
name : " PHP linter"
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : " Checkout"
16
16
uses : actions/checkout@v4
31
31
- 8.3
32
32
typoscript-lint :
33
33
name : " TypoScript linter"
34
- runs-on : ubuntu-20 .04
34
+ runs-on : ubuntu-24 .04
35
35
steps :
36
36
- name : " Checkout"
37
37
uses : actions/checkout@v4
42
42
config_file : " .project/tests/typoscript-lint.yml"
43
43
php-cs-fixer :
44
44
name : " PHP CS Fixer"
45
- runs-on : ubuntu-20 .04
45
+ runs-on : ubuntu-24 .04
46
46
needs : php-lint
47
47
steps :
48
48
- name : " Checkout"
57
57
run : " composer test:php:cs"
58
58
phpstan :
59
59
name : " PHPstan"
60
- runs-on : ubuntu-20 .04
60
+ runs-on : ubuntu-24 .04
61
61
needs : php-lint
62
62
steps :
63
63
- name : " Checkout"
72
72
run : " composer test:php:phpstan"
73
73
unit-tests :
74
74
name : " PHP Unit Tests"
75
- runs-on : ubuntu-20 .04
75
+ runs-on : ubuntu-24 .04
76
76
needs : php-lint
77
77
steps :
78
78
- name : Checkout
You can’t perform that action at this time.
0 commit comments