From ff426a0ea8410fe576fa55c033e2692f1e1f9d4f Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Fri, 29 Nov 2024 11:18:49 +0100 Subject: [PATCH] Test PHP 8.4 --- .github/workflows/php-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php-lint.yml b/.github/workflows/php-lint.yml index 858d87f..edde817 100644 --- a/.github/workflows/php-lint.yml +++ b/.github/workflows/php-lint.yml @@ -40,6 +40,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4