From 0bd7eea1c94cc2f2527f93ec94cedefe133cf933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 13 Mar 2021 12:38:55 +0200 Subject: [PATCH] Use ubuntu-16.04 by default for faster setup-php --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9faf7d4f3..ee413b86b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: test: name: PHP ${{ matrix.php }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-16.04 strategy: fail-fast: false matrix: @@ -27,6 +27,7 @@ jobs: include: - php: "8.0" experimental: true + runs-on: ubuntu-20.04 services: memcache: