Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Oct 29, 2020
1 parent 760caae commit 16cbe09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: Sphinx build

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

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

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

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 @@ -15,7 +15,7 @@ jobs:
php-cs-fixer:
name: PHP-CS-Fixer

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

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

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

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

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

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

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

steps:
- name: Checkout
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-latest
runs-on: ubuntu-18.04

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 @@ -15,7 +15,7 @@ jobs:
test:
name: PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}

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

continue-on-error: ${{ matrix.allowed_to_fail }}

Expand Down

0 comments on commit 16cbe09

Please sign in to comment.