From 19cf697fb13ba797b628766fedef9e78aa885dae Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Mon, 6 Mar 2023 12:02:15 +0100 Subject: [PATCH] :construction_worker: Add PHP 8.2 to the CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc89b59..666d4b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,12 +9,12 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.4, 8.0 ] + php: [ 7.4, 8.0, 8.1 ] os: [ ubuntu-latest ] phpunit-versions: ['latest'] include: - os: [ ubuntu-latest ] - php: 8.1 + php: 8.2 composer-flag: "--ignore-platform-reqs" - os: [ ubuntu-latest ]