From 098529b7ddbb0e9c32e49d6df9478c277e74a075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 4 Jun 2025 09:36:26 -0400 Subject: [PATCH] Update PHP > ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92e9f4f4..e19a219e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: fail-fast: false matrix: php-version: - - "8.1" - - "8.2" + - "8.3" + - "8.4" steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2