Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 890856f commit 18ac4ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
xml-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: info.xml lint

steps:
Expand All @@ -37,7 +37,7 @@ jobs:
xml-schema-file: ./info.xsd

php-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: php-lint
strategy:
matrix:
Expand All @@ -56,7 +56,7 @@ jobs:
run: composer run lint

php-cs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: php-cs
strategy:
matrix:
Expand All @@ -78,7 +78,7 @@ jobs:
run: composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )

php-psalm-analysis:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-versions: ["7.4", "8.0", "8.1"]
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# sarif_file: results.sarif

js-eslint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: eslint

steps:
Expand All @@ -161,7 +161,7 @@ jobs:
run: npm run lint

stylelint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

name: stylelint

Expand Down

0 comments on commit 18ac4ae

Please sign in to comment.