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:
|
jobs:
|
||||||
# START Basic Checks Job (EPV, code sniffer, images check, etc.)
|
# START Basic Checks Job (EPV, code sniffer, images check, etc.)
|
||||||
basic-checks:
|
basic-checks:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
|
|
||||||
# START MySQL and MariaDB Job
|
# START MySQL and MariaDB Job
|
||||||
mysql-tests:
|
mysql-tests:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -207,7 +207,7 @@ jobs:
|
|||||||
|
|
||||||
# START PostgreSQL Job
|
# START PostgreSQL Job
|
||||||
postgres-tests:
|
postgres-tests:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -311,7 +311,7 @@ jobs:
|
|||||||
|
|
||||||
# START Other Tests Job (SQLite 3 and mssql)
|
# START Other Tests Job (SQLite 3 and mssql)
|
||||||
other-tests:
|
other-tests:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user