Skip to content

Commit

Permalink
DevKit updates (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 5, 2021
1 parent 5a20f5e commit 8e8dba1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
name: Sphinx build

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
doctor-rst:
name: DOCtor-RST

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
php-cs-fixer:
name: PHP-CS-Fixer

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
composer-normalize:
name: composer-normalize

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -46,7 +46,7 @@ jobs:
yaml-files:
name: YAML files

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -66,7 +66,7 @@ jobs:
xml-files:
name: XML files

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
phpstan:
name: PHPStan

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -42,7 +42,7 @@ jobs:
psalm:
name: Psalm

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
stale:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Close stale issues and pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

continue-on-error: ${{ matrix.allowed-to-fail }}

Expand Down

0 comments on commit 8e8dba1

Please sign in to comment.