diff --git a/.github/workflows/Build-Test.yml b/.github/workflows/Build-Test.yml index 756a8fe..b8789a8 100644 --- a/.github/workflows/Build-Test.yml +++ b/.github/workflows/Build-Test.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dc177..29183b4 100644 --- a/CHANGELOG.md +++ b/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) ## 1.7 - 2017-02-09