From 52927fd440b8d1ed97af1f9c1945031cc1b6cc99 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Wed, 8 May 2024 13:38:37 -0400 Subject: [PATCH] Ubuntu 18.04 is dead --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f62dbe..a86556a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: ['ubuntu-18.04'] + operating-system: ['ubuntu-20.04'] php-versions: ['7.0'] phpunit-versions: ['6.5.14'] steps: