From 5089e6c8a24fceddba8d742d2c36e6e58c53c991 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 22 Sep 2021 09:08:50 +0200 Subject: [PATCH] Test against 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 1384a61a5f7..b7015ccb5af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: - 7.4 - 8.0 - 8.1 + - 8.2 dependencies: - lowest @@ -232,6 +233,8 @@ jobs: include: - php-version: "8.1" experimental: true + - php-version: "8.2" + experimental: true continue-on-error: ${{ matrix.experimental }}