Skip to content

Commit

Permalink
:octocat: CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 15, 2024
1 parent 24186f3 commit 75169ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.build export-ignore
/.github export-ignore
/.idea export-ignore
/.phan export-ignore
/.phpdoc export-ignore
/docs export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Fetch cacert.pem from curl.haxx.se"
- name: "Fetch cacert.pem from curl.se"
run: curl -o ./tests/cacert.pem https://curl.se/ca/cacert.pem

- name: "Install PHP with extensions"
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<testsuites>
<testsuite name="php-httpinterface test suite">
<directory>tests</directory>
<exclude>tests/ClientFactories</exclude>
</testsuite>
</testsuites>
<source>
Expand All @@ -32,9 +33,7 @@
<php>
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
<const name="SERVER_REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
<const name="STREAM_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
<const name="UPLOADED_FILE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
<const name="URI_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
</php>
</phpunit>

0 comments on commit 75169ec

Please sign in to comment.