Skip to content

Commit 4d2eb85

Browse files
committed
Test on lowest and highest dependencies
1 parent 25593c7 commit 4d2eb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- "7.2"
1818
- "7.3"
1919
- "7.4"
20-
- "8.0"
2120
dependencies:
2221
- "lowest"
2322
- "highest"
2423
include:
2524
- php-version: "8.0"
25+
dependencies: "highest"
2626
composer-options: "--ignore-platform-reqs"
2727
experimental: true
2828
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies

0 commit comments

Comments
 (0)