From 9b42ca1a5af9abd1dd8c3f9e45c2bb15957361b7 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 10 Dec 2023 21:48:12 -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 3796399e..9eddc527 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 }}