diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e8abaa..78f6a69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,8 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4, 8.0, 8.1] - laravel: [8.*, 9.*, 10.*] + php: [8.0, 8.1, 8.2] + laravel: [9.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.stability }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbbd1c..ee3c690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-twig` will be documented in this file +## 3.0.0 - 2023-02-14 + +- Happy Valentine Day 💖 +- Support Laravel 10.x +- Add type-hints +- Remove Support Laravel 6.x, 7.x, 8.x +- Remove un-used codes + ## 2.0.0 - 2022-01-18 - Support Laravel 9.x diff --git a/LICENSE b/LICENSE index 889c969..4c2b0eb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Dinh Quoc Han +Copyright (c) 2023 Dinh Quoc Han Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal