From a3498ba142b80f88919f1dca913aaf6e9a5e7afd Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Sun, 8 Sep 2024 20:44:58 +0200 Subject: [PATCH] PHP 8.1 compatibility --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 214a19e..e251f81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['8.0', '8.1', '8.2', '8.3'] + php: ['8.1', '8.2', '8.3'] name: Test with php ${{ matrix.php }} on ${{ matrix.os }}