This repository was archived by the owner on Oct 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222jobs :
2323 xml-lint :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 name : info.xml lint
2626
2727 steps :
3737 xml-schema-file : ./info.xsd
3838
3939 php-lint :
40- runs-on : ubuntu-22 .04
40+ runs-on : ubuntu-24 .04
4141 name : php-lint
4242 strategy :
4343 matrix :
5656 run : composer run lint
5757
5858 php-cs :
59- runs-on : ubuntu-22 .04
59+ runs-on : ubuntu-24 .04
6060 name : php-cs
6161 strategy :
6262 matrix :
7878 run : composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
7979
8080 php-psalm-analysis :
81- runs-on : ubuntu-22 .04
81+ runs-on : ubuntu-24 .04
8282 strategy :
8383 matrix :
8484 php-versions : ["7.4", "8.0", "8.1"]
@@ -149,7 +149,7 @@ jobs:
149149 # sarif_file: results.sarif
150150
151151 js-eslint :
152- runs-on : ubuntu-22 .04
152+ runs-on : ubuntu-24 .04
153153 name : eslint
154154
155155 steps :
@@ -161,7 +161,7 @@ jobs:
161161 run : npm run lint
162162
163163 stylelint :
164- runs-on : ubuntu-22 .04
164+ runs-on : ubuntu-24 .04
165165
166166 name : stylelint
167167
You can’t perform that action at this time.
0 commit comments