We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e356bf0 commit 9d19d82Copy full SHA for 9d19d82
.github/workflows/php.yml
@@ -17,11 +17,12 @@ jobs:
17
- "7.2"
18
- "7.3"
19
- "7.4"
20
- - "8.0"
21
dependencies:
22
- - "locked"
23
- "lowest"
24
- "highest"
+ include:
+ - php-version: "8.0"
25
+ composer-options: "--ignore-platform-reqs"
26
name: Tests with PHP ${{ matrix.php-version }} and ${{ matrix.dependencies }} dependencies
27
28
steps:
0 commit comments