From 1c11dca1a5d7529cbfba242d414114930d2616d7 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 25 Aug 2022 18:52:13 +0200 Subject: [PATCH] Test on PHP 8.2 With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it. Refs: https://github.com/reactphp/event-loop/pull/258 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f82e00..a5fc9603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - ubuntu-latest - windows-latest php: + - "8.2" - "8.1" - "8.0" - "7.4"