From fa729865b1bdeb20e890c427e8cfcc3a0ec9890a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Wed, 14 Sep 2022 08:21:56 +0200 Subject: [PATCH] Run preliminary tests against PHP 8.2 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 824c5dd..6867d9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,9 @@ jobs: - '' - '--prefer-stable' - '--prefer-stable --prefer-lowest' + include: + - php: '8.2' + composer_args: '--prefer-stable --ignore-platform-req=php+' name: PHP ${{ matrix.php }} ${{ matrix.composer_args }} steps: - uses: actions/checkout@v3