From 14fdd4a574058690f3b4373fda6364ee4e699a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Wed, 14 Sep 2022 08:23:01 +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..e41f0a3 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: '--ignore-platform-req=php+' name: PHP ${{ matrix.php }} ${{ matrix.composer_args }} steps: - uses: actions/checkout@v3