From 3dfa916be0851c4ac5a91b1599c00aa105082583 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 26 Sep 2024 09:29:25 +0200 Subject: [PATCH] chore: Add tests for PHP 8.4 --- .github/workflows/ci.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d17b67ac5b..15582321d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,10 +64,18 @@ jobs: php_version: "8.3" symfony_version: "7.0" stability: "stable" + - os: macos-latest + php_version: "8.4" + symfony_version: "7.0" + stability: "stable" - os: windows-latest php_version: "8.3" symfony_version: "7.0" stability: "stable" + - os: windows-latest + php_version: "8.4" + symfony_version: "7.0" + stability: "stable" # LTS Symfony version support - os: macos-latest php_version: "8.3" @@ -95,10 +103,14 @@ jobs: php_version: "8.3" symfony_version: "7.0" stability: "stable" + - os: ubuntu-latest + php_version: "8.4" + symfony_version: "7.0" + stability: "stable" # Upcoming Symfony versions - os: ubuntu-latest php_version: "8.3" - symfony_version: "7.1.x-dev" + symfony_version: "7.2.x-dev" stability: "dev" runs-on: ${{ matrix.os }} steps: