From c222c652112a26cfc4b0ce65dc0bef041d9ddb5b Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Tue, 28 Jan 2025 15:50:49 +0100 Subject: [PATCH] adding php 8.4 to github actions --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index f9e29d0..5b7ab57 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: php-versions: - ["8.1", "8.2", "8.3"] + ["8.1", "8.2", "8.3", "8.4"] name: PHP ${{ matrix.php-versions }} Test on ubantu-latest steps: