From 132e5ebab01e7f012060b0f517ca1da24a66c739 Mon Sep 17 00:00:00 2001 From: Casper Bakker Date: Thu, 25 Jan 2024 08:55:59 +0100 Subject: [PATCH] Update phpunit.yml --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 08c393d..5739810 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.2', '8.3'] steps: - name: Checkout code