From 9e035bb306c35793b6f0a4d0adb694bd8eff2da4 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:51:53 -0300 Subject: [PATCH] php 8.4 --- .github/workflows/sonarcloud.yml | 3 +-- .github/workflows/test.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 4c7b1f3..bc25c28 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -6,11 +6,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ["8.2"] + php: ["8.4"] env: tools: composer ini-values: default_charset='UTF-8' - key: cache-1690242875644 name: PHP ${{ matrix.php }} test on ${{ matrix.os }} steps: - name: Checkout diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7975a7f..88049fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,11 +6,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ["8.1", "8.2", "8.3"] + php: ["8.1", "8.2", "8.3", "8.4"] env: tools: composer, phpstan, infection ini-values: default_charset='UTF-8' - key: cache-1690242875644 name: PHP ${{ matrix.php }} test on ${{ matrix.os }} steps: - name: Checkout