Start using Ubuntu 20.04 runners
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -19,7 +19,7 @@ on:
|
||||
jobs:
|
||||
# START Basic Checks Job (EPV, code sniffer, images check, etc.)
|
||||
basic-checks:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
# START MySQL and MariaDB Job
|
||||
mysql-tests:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -207,7 +207,7 @@ jobs:
|
||||
|
||||
# START PostgreSQL Job
|
||||
postgres-tests:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -311,7 +311,7 @@ jobs:
|
||||
|
||||
# START Other Tests Job (SQLite 3 and mssql)
|
||||
other-tests:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user