File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
xml-lint :
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
name : info.xml lint
26
26
27
27
steps :
37
37
xml-schema-file : ./info.xsd
38
38
39
39
php-lint :
40
- runs-on : ubuntu-22 .04
40
+ runs-on : ubuntu-24 .04
41
41
name : php-lint
42
42
strategy :
43
43
matrix :
56
56
run : composer run lint
57
57
58
58
php-cs :
59
- runs-on : ubuntu-22 .04
59
+ runs-on : ubuntu-24 .04
60
60
name : php-cs
61
61
strategy :
62
62
matrix :
78
78
run : composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
79
79
80
80
php-psalm-analysis :
81
- runs-on : ubuntu-22 .04
81
+ runs-on : ubuntu-24 .04
82
82
strategy :
83
83
matrix :
84
84
php-versions : ["8.1", "8.2"]
@@ -129,7 +129,7 @@ jobs:
129
129
run : composer run psalm
130
130
131
131
php-security-analysis :
132
- runs-on : ubuntu-22 .04
132
+ runs-on : ubuntu-24 .04
133
133
permissions :
134
134
contents : read
135
135
actions : read
@@ -153,7 +153,7 @@ jobs:
153
153
sarif_file : results.sarif
154
154
155
155
js-eslint :
156
- runs-on : ubuntu-22 .04
156
+ runs-on : ubuntu-24 .04
157
157
name : eslint
158
158
159
159
steps :
@@ -165,7 +165,7 @@ jobs:
165
165
run : npm run lint
166
166
167
167
stylelint :
168
- runs-on : ubuntu-22 .04
168
+ runs-on : ubuntu-24 .04
169
169
170
170
name : stylelint
171
171
You can’t perform that action at this time.
0 commit comments