From 132d483a7d46740aefecdf2b6342f6b3d7b3a047 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Sep 2024 11:18:34 +0200 Subject: [PATCH 1/3] chore: Add tests for PHP 8.4 --- .github/workflows/continuous-integration.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 043f1a1ec..91223d4c6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -29,6 +29,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" deps: - "highest" no-annotations: @@ -39,20 +40,20 @@ jobs: - deps: "lowest" php-version: "7.4" - deps: "highest" - php-version: "8.3" + php-version: "8.4" # Run builds on low and high PHP versions with `doctrine/annotations` removed - deps: "highest" php-version: "7.4" no-annotations: true - deps: "highest" - php-version: "8.3" + php-version: "8.4" no-annotations: true # Run builds on high PHP version with `doctrine/orm` version pinned - deps: "highest" - php-version: "8.3" + php-version: "8.4" orm: "^2.14" - deps: "highest" - php-version: "8.3" + php-version: "8.4" orm: "^3.0" steps: From da370c4ed9c468512fddf6e0dbccab441122584a Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 22 Nov 2024 20:21:02 +0100 Subject: [PATCH 2/3] chore: Add tests for PHP 8.4 --- .github/workflows/coding-standards.yml | 6 +++--- .github/workflows/qa.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 96787ea4b..6f8da6b9c 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: coverage: "none" - php-version: "8.3" + php-version: "8.4" - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v3" @@ -40,7 +40,7 @@ jobs: - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "8.3" + php-version: "8.4" coverage: "none" tools: "composer:v2" @@ -65,7 +65,7 @@ jobs: - name: Install PHP with extensions uses: shivammathur/setup-php@v2 with: - php-version: '8.3' + php-version: '8.4' coverage: none tools: composer:v2, composer-normalize:2 env: diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 74c07ec58..f2b7b732b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -19,7 +19,7 @@ jobs: - name: Install PHP with extensions uses: shivammathur/setup-php@v2 with: - php-version: '8.3' + php-version: '8.4' coverage: none extensions: mongodb, zip tools: composer:v2 From 0fd2fc908580f9f1e94521174d80ba5b29f35882 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 22 Nov 2024 20:23:34 +0100 Subject: [PATCH 3/3] chore: Add tests for PHP 8.4 --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6f8da6b9c..4d6dd8b80 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: coverage: "none" - php-version: "8.4" + php-version: "8.3" - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v3"