File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ on: [ push, pull_request ]
5
5
jobs :
6
6
php-lint :
7
7
name : " PHP linter"
8
- runs-on : ubuntu-20.04
8
+ runs-on : ubuntu-latest
9
9
steps :
10
10
- name : " Checkout"
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4
12
12
- name : " Install PHP"
13
13
uses : shivammathur/setup-php@v2
14
14
with :
@@ -31,11 +31,11 @@ jobs:
31
31
32
32
php-compatibility :
33
33
name : " PHPCompatibility"
34
- runs-on : ubuntu-20.04
34
+ runs-on : ubuntu-latest
35
35
needs : php-lint
36
36
steps :
37
37
- name : " Checkout"
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v4
39
39
- name : " Install PHP"
40
40
uses : shivammathur/setup-php@v2
41
41
with :
@@ -62,11 +62,11 @@ jobs:
62
62
63
63
code-style :
64
64
name : Check code style
65
- runs-on : ubuntu-20.04
65
+ runs-on : ubuntu-latest
66
66
needs : php-lint
67
67
steps :
68
68
- name : " Checkout"
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v4
70
70
- name : " Install PHP"
71
71
uses : shivammathur/setup-php@v2
72
72
with :
@@ -95,11 +95,11 @@ jobs:
95
95
96
96
code-quality :
97
97
name : Code quality checks
98
- runs-on : ubuntu-20.04
98
+ runs-on : ubuntu-latest
99
99
needs : php-lint
100
100
steps :
101
101
- name : " Checkout"
102
- uses : actions/checkout@v2
102
+ uses : actions/checkout@v4
103
103
- name : " Install PHP"
104
104
uses : shivammathur/setup-php@v2
105
105
with :
@@ -128,11 +128,11 @@ jobs:
128
128
129
129
phpunit :
130
130
name : PHPUnit
131
- runs-on : ubuntu-20.04
131
+ runs-on : ubuntu-latest
132
132
needs : php-lint
133
133
steps :
134
134
- name : " Checkout"
135
- uses : actions/checkout@v2
135
+ uses : actions/checkout@v4
136
136
- name : " Install PHP"
137
137
uses : shivammathur/setup-php@v2
138
138
with :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
publish :
11
- runs-on : ubuntu-20.04
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
- name : " Checkout"
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- name : " Publish new version to TER"
16
16
uses : tomasnorre/typo3-upload-ter@v2
17
17
with :
You can’t perform that action at this time.
0 commit comments