From 405b4cec4dbc55968b58ba9c0a32d5f91e8ec6fc Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 7 Aug 2021 16:35:57 +0200 Subject: [PATCH] Remove ubuntu 16.04 from self-tests, out of support And being removed from the GHA setup-php https://github.com/shivammathur/setup-php https://github.com/shivammathur/setup-php/issues/452 So, jumping to 20.04 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9eb4a4d..5a8df7ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch] jobs: selftest: name: CI test (make validate) - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Check out repository code @@ -25,7 +25,7 @@ jobs: citest: name: CI test needs: selftest - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 services: postgres: