Skip to content

Commit

Permalink
Merge pull request #80 from php-http/setup-ci
Browse files Browse the repository at this point in the history
setup ci
  • Loading branch information
dbu committed Apr 28, 2023
2 parents cd28e1d + eeadd64 commit 6b35f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP Action
uses: shivammathur/setup-php@3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: ${{ env.extensions }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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


## 1.7 - 2017-02-09
Expand Down

0 comments on commit 6b35f84

Please sign in to comment.