Skip to content

Commit

Permalink
Bump minimum PHP version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Aug 16, 2020
1 parent 2a9d114 commit 536a62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4]
php: [7.3, 7.4]
composer_flags: ['--prefer-lowest', '--prefer-stable']
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.3",
"illuminate/console": "^6.0 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 536a62d

Please sign in to comment.