From ec3a697b5bf40319586ff581b0542c038c7bc0c8 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sat, 12 Nov 2022 18:39:52 +0100 Subject: [PATCH] Add PHP 8.2 to build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d811ed5..6adc3ec 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 }}