Skip to content

Commit dd51a2f

Browse files
committed
continue-on-error: true
1 parent 1536018 commit dd51a2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
runs-on: ${{ matrix.operating-system }}
2525

26+
continue-on-error: true
27+
2628
steps:
2729
- name: Checkout
2830
uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require-dev": {
1010
"phpunit/phpunit": "^6.5 || ^9.3",
1111
"php-mock/php-mock-phpunit": "^2.7",
12-
"guzzlehttp/psr7": "^2.4",
12+
"guzzlehttp/psr7": "~2.4.5",
1313
"corpus/coding-standard": "^0.6.0",
1414
"squizlabs/php_codesniffer": "^3.7",
1515
"friendsofphp/php-cs-fixer": "^3.3",

0 commit comments

Comments
 (0)