Skip to content

Commit

Permalink
Add PHP8 support (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets committed Jan 6, 2021
1 parent a6da13c commit 18106d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
exclude:
- php: 7.2
laravel: ^8.0
include:
- php: 8.0
laravel: ^8.0
name: Test PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
steps:
- name: Checkout code
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0](https://github.com/pmatseykanets/laravel-sql-migrations/releases/tag/v1.1.0) 2021-01-06

### Changed

- Added PHP 8 support

## [1.0.0](https://github.com/pmatseykanets/laravel-sql-migrations/releases/tag/v1.0.0) 2020-11-25

### Changed
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",
"php": "^7.2|^8.0",
"laravel/framework": "~5.5|~6.0|~7.0|~8.0"
},
"require-dev": {
Expand Down

0 comments on commit 18106d9

Please sign in to comment.