Skip to content

Commit 0caec27

Browse files
authored
codecov upload (solariumphp#935)
fixes solariumphp#933
1 parent 282df29 commit 0caec27

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

codecov.yml .codecov.yml

File renamed without changes.

.github/workflows/run-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
needs: [run-tests]
8888

8989
steps:
90+
- name: Checkout solarium
91+
uses: actions/checkout@v2
92+
9093
- name: Download coverage reports from tests
9194
uses: actions/download-artifact@v2
9295

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please see the [docs](http://solarium.readthedocs.io/en/stable/) for a more deta
1010

1111
## Requirements
1212

13-
Solarium 6.x only supports PHP 7.3 and up.
13+
Solarium 6.1.x only supports PHP 7.3 and up.
1414

1515
It's highly recommended to have cURL enabled in your PHP environment. However if you don't have cURL available you can
1616
switch from using cURL (the default) to a pure PHP based HTTP client adapter which works for the essential stuff but

0 commit comments

Comments
 (0)