From 598ebc3a9966c0d56edb9f82a52c6f2cd3688585 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sun, 5 Feb 2023 22:18:55 -0600 Subject: [PATCH] Test on PHP 8.2 --- .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 50f6270..2237569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,15 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' + - operating-system: 'ubuntu-latest' + php-version: '8.2' + - operating-system: 'windows-latest' - php-version: '8.1' + php-version: '8.2' job-description: 'on Windows' - operating-system: 'macos-latest' - php-version: '8.1' + php-version: '8.2' job-description: 'on macOS' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}