From e4978e9c4bf06a773db43287a09440cc37b95c90 Mon Sep 17 00:00:00 2001 From: leocavalcante Date: Mon, 11 Dec 2023 16:59:58 -0300 Subject: [PATCH] feat: PHP 8.1 support --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c674822..fda58d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 81 - 82 - 83 steps: