Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: "Validate Composer"
run: "composer validate"

- name: "Allow installing on PHP 8.4"
if: matrix.php-version == '8.4'
run: "composer config platform.php 8.3.99"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"

Expand Down Expand Up @@ -131,10 +127,6 @@ jobs:
ini-file: development
extensions: "mongodb"

- name: "Allow installing on PHP 8.4"
if: matrix.php-version == '8.4'
run: "composer config platform.php 8.3.99"

- name: "Install lowest dependencies"
if: ${{ matrix.dependencies == 'lowest' }}
run: "composer update --prefer-lowest --no-interaction --no-progress"
Expand Down Expand Up @@ -178,10 +170,6 @@ jobs:
php-version: "${{ matrix.php-version }}"
php-extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb

- name: "Allow installing on PHP 8.4"
if: matrix.php-version == '8.4'
run: "composer config platform.php 8.3.99"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"

Expand Down Expand Up @@ -248,10 +236,6 @@ jobs:
extensions: "mongodb"
ini-file: development

- name: "Allow installing on PHP 8.4"
if: matrix.php-version == '8.4'
run: "composer config platform.php 8.3.99"

- name: "Install dependencies"
run: "composer update --no-interaction --no-progress"

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
ini-file: development
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb

- name: "Allow installing on PHP 8.4"
if: matrix.php-version == '8.4'
run: "composer config platform.php 8.3.99"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"

Expand Down
Loading