Skip to content

Commit 75169ec

Browse files
committed
:octocat: CI update
1 parent 24186f3 commit 75169ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.build export-ignore
22
/.github export-ignore
3+
/.idea export-ignore
34
/.phan export-ignore
45
/.phpdoc export-ignore
56
/docs export-ignore

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "Checkout"
7474
uses: actions/checkout@v4
7575

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

7979
- name: "Install PHP with extensions"

phpunit.xml.dist

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<testsuites>
99
<testsuite name="php-httpinterface test suite">
1010
<directory>tests</directory>
11+
<exclude>tests/ClientFactories</exclude>
1112
</testsuite>
1213
</testsuites>
1314
<source>
@@ -32,9 +33,7 @@
3233
<php>
3334
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
3435
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
35-
<const name="SERVER_REQUEST_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
3636
<const name="STREAM_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
37-
<const name="UPLOADED_FILE_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
3837
<const name="URI_FACTORY" value="chillerlan\HTTP\Psr7\HTTPFactory"/>
3938
</php>
4039
</phpunit>

0 commit comments

Comments
 (0)