From 25cb615d6434ee76152a0e7f9f5d3bbd08fe8708 Mon Sep 17 00:00:00 2001 From: Ovi Indrei Date: Tue, 5 Dec 2023 18:42:36 +0100 Subject: [PATCH] ci: update workflow file --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8369f3e..5686afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04] - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] + os: [ubuntu-20.04] + php-versions: ['7.4', '8.0', '8.1', '8.2'] env: OS: ${{ matrix.os }} PHP_VERSION: ${{ matrix.php-versions }}