From 722a9ad3113a48fbca043ccb7643427be4560d8c Mon Sep 17 00:00:00 2001 From: Mathieu Dubois Date: Tue, 24 Dec 2024 18:24:38 +0100 Subject: [PATCH] Add PHP 8.4 on CI --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3bd4e08..44fe27d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest', 'macos-latest'] #, 'windows-latest'] - php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] steps: - name: Get source code uses: actions/checkout@v4