Jump to 18.04 as it offers Tidy extension by default too

This commit is contained in:
Jeremy Benoist 2020-11-24 14:14:46 +01:00
parent 40c01ad1d4
commit c29ad30b56
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
coding-standards:
name: "CS Fixer & PHPStan"
runs-on: "ubuntu-16.04"
runs-on: "ubuntu-18.04"
steps:
- name: "Checkout"

View file

@ -15,7 +15,7 @@ env:
jobs:
phpunit:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }}"
runs-on: "ubuntu-16.04"
runs-on: "ubuntu-18.04"
services:
rabbitmq:
image: rabbitmq:3-alpine

View file

@ -11,7 +11,7 @@ on:
jobs:
translations:
name: "Translations"
runs-on: "ubuntu-16.04"
runs-on: "ubuntu-18.04"
strategy:
matrix: