Skip to content

Commit 9d19d82

Browse files
authored
Test on lowest and highest dependencies
1 parent e356bf0 commit 9d19d82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
- "7.2"
1818
- "7.3"
1919
- "7.4"
20-
- "8.0"
2120
dependencies:
22-
- "locked"
2321
- "lowest"
2422
- "highest"
23+
include:
24+
- php-version: "8.0"
25+
composer-options: "--ignore-platform-reqs"
2526
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
2627

2728
steps:

0 commit comments

Comments
 (0)