Skip to content

Commit b4437c5

Browse files
ylebrePotherca
authored andcommitted
update to ubuntu latest
1 parent 0ba1dfb commit b4437c5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ on:
77

88
jobs:
99
lint-json:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: "docker://pipelinecomponents/jsonlint:latest"
1414
with:
1515
args: "find . -not -path './.git/*' -name '*.json' -type f"
1616

1717
lint-php:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: pipeline-components/php-linter@master
2222

2323
lint-markdown:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: pipeline-components/remark-lint@master
2828
with:
2929
options: --rc-path=build/.remarkrc --ignore-pattern='*/vendor/*'
3030

3131
lint-yaml:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
3535
- uses: pipeline-components/yamllint@master

.github/workflows/php-version-sniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
php: [ '8.1' ]
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: pipeline-components/php-codesniffer@master

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
composer-validate:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: "docker://composer"
1414
with:
1515
args: composer validate --strict --working-dir=solid/
1616

1717
php-codesniffer:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: pipeline-components/php-codesniffer@master

0 commit comments

Comments
 (0)