From ac6b2665cddd83d170aecc1c2e347d9327182a5a Mon Sep 17 00:00:00 2001 From: Fonata Date: Mon, 26 Dec 2022 20:29:42 +0100 Subject: [PATCH] ci: tell GitHub to also run tests for PHP 8.* --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc6dbb..0cf5cde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ jobs: fail-fast: false matrix: php_version: + - "8.2" + - "8.1" + - "8.0" - "7.4" - "7.3" - "7.2"