Skip to content

Commit c5a3c36

Browse files
committed
ci: ignore platform requirements
1 parent ad06b8e commit c5a3c36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: php-actions/composer@v6
2323
with:
2424
php_version: ${{ matrix.php }}
25+
args: --ignore-platform-reqs
2526

2627
- name: Archive build
2728
run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
@@ -37,7 +38,7 @@ jobs:
3738
needs: [ composer ]
3839
strategy:
3940
matrix:
40-
php: [ 8.1, 8.2, 8.3 ]
41+
php: [ 8.4 ]
4142

4243
outputs:
4344
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -73,7 +74,7 @@ jobs:
7374
needs: [ phpunit ]
7475
strategy:
7576
matrix:
76-
php: [ 8.1, 8.2, 8.3 ]
77+
php: [ 8.4 ]
7778

7879
steps:
7980
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)