From 321e32c5b4b8ced6614279e432999daf15447794 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Tue, 10 Jan 2023 16:38:38 -0600 Subject: [PATCH] CI test on 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 b200fe1..f2ac84a 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' + - operating-system: 'windows-latest' php-version: '8.1' job-description: 'on Windows'