File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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 : ["7.4", "8.0", "8.1"]
@@ -149,7 +149,7 @@ jobs:
149
149
# sarif_file: results.sarif
150
150
151
151
js-eslint :
152
- runs-on : ubuntu-22 .04
152
+ runs-on : ubuntu-24 .04
153
153
name : eslint
154
154
155
155
steps :
@@ -161,7 +161,7 @@ jobs:
161
161
run : npm run lint
162
162
163
163
stylelint :
164
- runs-on : ubuntu-22 .04
164
+ runs-on : ubuntu-24 .04
165
165
166
166
name : stylelint
167
167
You can’t perform that action at this time.
0 commit comments