From 94798059de6953707fc6e517bba42483bb5e5bf7 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 8 Dec 2023 17:57:41 -0600 Subject: [PATCH] Test on PHP 8.3 --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd94eb6..895fc73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,18 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' + - 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' - operating-system: 'macos-latest' - php-version: '8.1' + php-version: '8.3' job-description: 'on macOS' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}