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 d0fd6a2 commit ed62f67Copy full SHA for ed62f67
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
matrix:
16
php: [7.2, 7.3, 7.4, 8.0 ]
17
mysql: [5.7, 8.0]
18
+ include:
19
+ - composer_option: --ignore-platform-reqs
20
exclude:
21
- php: 8.0 # incompatible
22
services:
0 commit comments