diff options
author | Bruce Wells <brucekwells@gmail.com> | 2022-12-22 02:52:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 02:52:18 +0300 |
commit | 7704ba918fbbacfd40a87725b2e01fde58b186d0 (patch) | |
tree | bd9889db81eaca0e8dc8be46303ea75d9cbf58ac /.github | |
parent | c59f4cd15317754d2b50bd4bff2243012e815790 (diff) |
Drop php74 (#120)
* PHPStan Level 6
* Drop PHP 7.4 support
* Add PHPStan badge to readme
* Code style cleanup
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4967599..2db0a46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.2, 8.1, 8.0, 7.4] + php: [8.2, 8.1, 8.0] dependency-version: [prefer-lowest, prefer-stable] os: [ubuntu-latest, windows-latest] |