From c38bc6dc47b1764b4c85be87a5bf2b91e6d51f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Tegn=C3=A9r?= Date: Wed, 10 Jan 2024 20:51:23 +0100 Subject: [PATCH] Updated test matrix php versions (removed eol and added 8.2 and 8.3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Tegnér --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e2a2040..d87fa7d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['7.4', '8.0', '8.1'] + php-version: ['8.1', '8.2', '8.3'] test-command: ['test'] name: Test PHP ${{ matrix.php-version }}