From 9ac31d36635c60a9b28bb2a476384c5ec55c95cc Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 2 Apr 2023 18:25:26 +0200 Subject: [PATCH] Run tests 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 43f424c..9acbeae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' composer-flags: '--ignore-platform-req=php+' + - operating-system: 'ubuntu-latest' + php-version: 8.2 + composer-flags: '--ignore-platform-req=php+' name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }} runs-on: ${{ matrix.operating-system }}