Skip to content

Commit 4e649bc

Browse files
committed
ci(Tests): Ignore platform reqs for PHP 8.5
1 parent ead0c36 commit 4e649bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727
- 8.2
2828
- 8.3
2929
- 8.4
30-
- 8.5
3130
dependencies:
3231
- lowest
3332
- locked
3433
- highest
3534
include:
36-
- php-version: 8.4
35+
- php-version: 8.5
3736
dependencies: highest
3837
steps:
3938
- name: 📦 Check out the codebase
@@ -51,6 +50,7 @@ jobs:
5150
- name: 📥 Install dependencies with composer
5251
uses: ramsey/composer-install@v3
5352
with:
53+
composer-options: ${{ matrix.php-version == '8.5' && '--ignore-platform-reqs' || '' }}
5454
dependency-versions: ${{ matrix.dependencies }}
5555

5656
- name: 🧪 Run tests

0 commit comments

Comments
 (0)