From f88cb223c84722428b6a5191be69c91467711f3d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 18 Sep 2025 11:11:23 +0000 Subject: [PATCH] Add GitHub permissions and add PHP 8.4 to tests --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b43314c..740a98a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: Run tests +permissions: + contents: read + on: push: pull_request: @@ -12,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] + php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"] experimental: [false] composer-options: [''] include: