From e81ee90bbc21c5dd6b39a81354f42a0da5ccf9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Tue, 7 May 2024 21:46:34 +0300 Subject: [PATCH] Added CI tests for PHP 8.2 and PHP 8.3 --- .github/workflows/on_pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index 70e3b97..2b2401f 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -21,6 +21,8 @@ jobs: - 7.4 - 8.0 - 8.1 + - 8.2 + - 8.3 composer: - 2 name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer}}