We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd28e1d + eeadd64 commit 6b35f84Copy full SHA for 6b35f84
.github/workflows/Build-Test.yml
@@ -56,7 +56,7 @@ jobs:
56
key: dependencies-composer-${{ hashFiles('composer.json') }}
57
58
- name: Setup PHP Action
59
- uses: shivammathur/setup-php@3
+ uses: shivammathur/setup-php@v2
60
with:
61
php-version: ${{ matrix.php-versions }}
62
extensions: ${{ env.extensions }}
CHANGELOG.md
@@ -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)
63
## 1.7 - 2017-02-09
0 commit comments