Skip to content

Commit

Permalink
Drop support for PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrontEndCoffee committed Jun 14, 2021
1 parent f037cce commit 359faac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']

name: PHP ${{ matrix.php-versions }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This is a shared [FriendsOfPHP/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) configuration used primarily in UptimeProject.io projects. But feel free to use it in your projects if you would like. Also, if you want to propose a change, feel free to create a PR 😁

This package can be used on PHP 7.0, 7.1, 7.2, 7.3, 7.4 and 8.0.
This package can be used on PHP 7.1, 7.2, 7.3, 7.4 and 8.0.

## Installation

Expand Down

0 comments on commit 359faac

Please sign in to comment.