Skip to content

Commit 6b35f84

Browse files
authored
Merge pull request #80 from php-http/setup-ci
setup ci
2 parents cd28e1d + eeadd64 commit 6b35f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/Build-Test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: dependencies-composer-${{ hashFiles('composer.json') }}
5757

5858
- name: Setup PHP Action
59-
uses: shivammathur/setup-php@3
59+
uses: shivammathur/setup-php@v2
6060
with:
6161
php-version: ${{ matrix.php-versions }}
6262
extensions: ${{ env.extensions }}

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5757

5858
### Fixed
5959

60-
- #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)
60+
- #36: Failure evaluating code: `is_resource($handle)` (string assertions are deprecated in PHP 7.2)
6161

6262

6363
## 1.7 - 2017-02-09

0 commit comments

Comments
 (0)