From 486eb0d86ecfc0ab6faa9d69ff3708b9925d75aa Mon Sep 17 00:00:00 2001 From: Alex Toff Date: Thu, 28 Mar 2024 10:26:17 +0000 Subject: [PATCH] test: Add PHP 8.3 to text matrix --- .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 574f37b..7338bcd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_versions: ['8.1', '8.2'] + php_versions: ['8.1', '8.2', '8.3'] steps: - name: '☁️ checkout repository'