Skip to content

Commit

Permalink
Drop PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Feb 24, 2021
1 parent 2d5c7b3 commit f2fd701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
include:
- laravel: 8.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.2.5|^7.3|^8.0",
"php": "^7.3|^8.0",
"edamov/pushok": "^0.12",
"illuminate/cache": "^6.0|^7.0|^8.0",
"illuminate/config": "^6.0|^7.0|^8.0",
Expand Down

0 comments on commit f2fd701

Please sign in to comment.