diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2161309..1d24f78 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/Changelog.md b/Changelog.md index 776f5f1..36f671f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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