From 9f58baf406a3dc04189a5f7b1a8d0353c35947e7 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Fri, 19 Apr 2024 19:50:11 -0400 Subject: [PATCH] Use newer Ubuntu --- .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 67b4802..cb679f8 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: ['5.5', '5.6', '7.0'] phpunit-versions: ['7.5.20'] steps: