From dd263814b2f19ce9974b8ca1b7596a1c7f671bb2 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Thu, 18 Jan 2024 17:56:17 +0900 Subject: [PATCH] Test on PHP 8.3 (#32) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b71ea1..1dade7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}