From edd9baee7015a7f82a9d5a53c09e4c4af94f7569 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sat, 2 Dec 2023 13:16:38 -0600 Subject: [PATCH] Test on PHP 8.2 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4bc91a..40f8928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' + - operating-system: 'ubuntu-latest' + php-version: '8.2' + name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }} runs-on: ${{ matrix.operating-system }}