This repository was archived by the owner on Oct 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 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 : ["8.1", "8.2"]
@@ -129,7 +129,7 @@ jobs:
129129 run : composer run psalm
130130
131131 php-security-analysis :
132- runs-on : ubuntu-22 .04
132+ runs-on : ubuntu-24 .04
133133 permissions :
134134 contents : read
135135 actions : read
@@ -153,7 +153,7 @@ jobs:
153153 sarif_file : results.sarif
154154
155155 js-eslint :
156- runs-on : ubuntu-22 .04
156+ runs-on : ubuntu-24 .04
157157 name : eslint
158158
159159 steps :
@@ -165,7 +165,7 @@ jobs:
165165 run : npm run lint
166166
167167 stylelint :
168- runs-on : ubuntu-22 .04
168+ runs-on : ubuntu-24 .04
169169
170170 name : stylelint
171171
You can’t perform that action at this time.
0 commit comments