Skip to content

Commit 18ac4ae

Browse files
Update dependency ubuntu to v24
1 parent 890856f commit 18ac4ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
xml-lint:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
name: info.xml lint
2626

2727
steps:
@@ -37,7 +37,7 @@ jobs:
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:
@@ -56,7 +56,7 @@ jobs:
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:
@@ -78,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)