From d97d7a3a84854117a3413f6b3cea4f9c0f7655ad Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Wed, 20 Dec 2023 19:57:38 -0600 Subject: [PATCH] Test on PHP 8.3 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89f88eb..81ec506 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,11 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.2' + - operating-system: 'ubuntu-latest' + php-version: '8.3' + - operating-system: 'windows-latest' - php-version: '8.1' + php-version: '8.3' job-description: 'on Windows' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}