From 1337e5a08f35c5ab7f651f3db03ac98fdcb7664a Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Wed, 27 Nov 2024 14:15:07 +0100 Subject: [PATCH] Update tests.yml add PHP 8.4 Actually show deprecated warnings --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9435a7f..489a002 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest","macos-latest","windows-latest"] - php: ["8.3","8.2","8.1","8.0","7.4"] + php: ["8.4","8.3","8.2","8.1","8.0","7.4"] name: PHP ${{ matrix.php }} - ${{ matrix.os }}