Skip to content

Commit 34d37ab

Browse files
chore(deps): update dependency ubuntu to v24
1 parent f01354a commit 34d37ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 7 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: ["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

0 commit comments

Comments
 (0)