We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 775ba40 + 4e1b0ea commit 82c3130Copy full SHA for 82c3130
2 files changed
.github/workflows/lint.yml
@@ -51,7 +51,7 @@ jobs:
51
if: ${{ matrix.php == '8.4' }}
52
uses: "ramsey/composer-install@v3"
53
with:
54
- composer-options: --ignore-platform-req=php
+ composer-options: "--ignore-platform-req=php+"
55
custom-cache-suffix: $(date -u "+%Y-%m")
56
57
- name: Lint against parse errors
.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
- name: Setup problem matcher to provide annotations for PHPUnit
0 commit comments