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 ad06b8e commit c5a3c36Copy full SHA for c5a3c36
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: php-actions/composer@v6
23
with:
24
php_version: ${{ matrix.php }}
25
+ args: --ignore-platform-reqs
26
27
- name: Archive build
28
run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
@@ -37,7 +38,7 @@ jobs:
37
38
needs: [ composer ]
39
strategy:
40
matrix:
- php: [ 8.1, 8.2, 8.3 ]
41
+ php: [ 8.4 ]
42
43
outputs:
44
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -73,7 +74,7 @@ jobs:
73
74
needs: [ phpunit ]
75
76
77
78
79
steps:
80
- uses: actions/download-artifact@v4
0 commit comments