From daa00f2efdbd71565bf64ffefa89e37542addf93 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 16 Feb 2024 22:49:38 -0600 Subject: [PATCH] Test on PHP 8.3 --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 086036b..8821ded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,15 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.2' + - operating-system: 'ubuntu-latest' + php-version: '8.3' + - operating-system: 'windows-latest' - php-version: '8.2' + php-version: '8.3' job-description: 'on Windows' - operating-system: 'macos-latest' - php-version: '8.2' + php-version: '8.3' job-description: 'on macOS' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}