From a3fab52bc81bb37c0232041478b4c923fea568aa Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 11 Apr 2024 18:58:41 +1000 Subject: [PATCH] no php 8.1 in ci --- .github/workflows/test-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 8250595..e80e647 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3'] steps: - name: Checkout code