Skip to content

Commit 56284c8

Browse files
authored
Fix Github Actions failure
1 parent d118b28 commit 56284c8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ jobs:
1818
- "7.3"
1919
- "7.4"
2020
dependencies:
21+
- "locked"
2122
- "lowest"
2223
- "highest"
23-
include:
24-
- php-version: "8.0"
25-
dependencies: "locked"
26-
composer-options: "--ignore-platform-reqs"
27-
- php-version: "8.0"
28-
dependencies: "highest"
29-
composer-options: "--ignore-platform-reqs"
3024
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
3125

3226
steps:

0 commit comments

Comments
 (0)