Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 27, 2022
1 parent a176654 commit 4bed765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
exclude:
- php: '8.1'
laravel: '8.22'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }}
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog
### Konekt Enum Eloquent

## Unreleased
##### 2022-01-XX
## 1.7.1
##### 2022-01-27

- Added PHP 8.1 support
- Added Laravel 9 support
- Dropped PHP 7.3 and PHP 7.4 support
- Dropped Laravel 6 and Laravel 7 support
- Changed CI from Travis to Github Actions
- Changed coding style to PSR-12 and using strict types across all classes

## 1.7.0
##### 2020-11-28
Expand Down

0 comments on commit 4bed765

Please sign in to comment.