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.
2 parents 1f910a8 + 05fad70 commit 211e718Copy full SHA for 211e718
.github/workflows/quicktest.yml
@@ -85,7 +85,7 @@ jobs:
85
if: ${{ startsWith( matrix.php, '8' ) || matrix.php == 'latest' }}
86
uses: "ramsey/composer-install@v2"
87
with:
88
- composer-options: --ignore-platform-reqs
+ composer-options: --ignore-platform-req=php+
89
custom-cache-suffix: $(date -u "+%Y-%m")
90
91
- name: Display PHPCS installed standards
.github/workflows/test.yml
@@ -127,7 +127,7 @@ jobs:
127
if: ${{ startsWith( matrix.php, '8' ) }}
128
129
130
131
132
133
- name: Run the unit tests
0 commit comments