From a67daf6b2451d2bf6f69e5b62ea9a2dbaea7d2aa Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 12 Sep 2022 20:36:23 +0200 Subject: [PATCH] MDL-75726 ci: Bump GHA to Ubuntu 22.04 Have tried to also bump Travis to 22.04 (jammy) but it was not working ok, with problems trying to find both PHP and PostgreSQL versions. Surely that's because 22.04 support is really new (Sep 9, 2022): https://blog.travis-ci.com/22-9-9-ubuntujammy So we'll have to wait a little more before being able to, also, bump Travis to use 22.04 --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ec2d00f8e44..64e3f7204d4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,7 +13,7 @@ env: jobs: Grunt: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checking out code @@ -54,11 +54,11 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-22.04 php: 7.3 extensions: db: mysqli - - os: ubuntu-20.04 + - os: ubuntu-22.04 php: 8.0 db: pgsql extensions: xmlrpc-beta