Start using Ubuntu 20.04 runners

This commit is contained in:
Marc Alexander
2023-02-07 20:39:58 +01:00
parent 68b243f4ff
commit 9d9e0960c5

View File

@@ -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: