Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent f01354a commit 34d37ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: ["8.1", "8.2"]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: composer run psalm

php-security-analysis:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
actions: read
Expand All @@ -153,7 +153,7 @@ jobs:
sarif_file: results.sarif

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

steps:
Expand All @@ -165,7 +165,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 34d37ab

Please sign in to comment.