From 9f6d9efeb8fdc2e811919669c847c4ddc235c9ad Mon Sep 17 00:00:00 2001 From: Markus Reinhold Date: Thu, 27 Mar 2025 00:29:47 +0100 Subject: [PATCH] Add php 8.4 to test pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de7c7f3..36657a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: ${{ matrix.php-version }} runs-on: ${{ matrix.operating-system }} steps: