Skip to content

Commit

Permalink
Added PHP 8.3 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 17, 2023
1 parent 8b476a6 commit 219d248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.1', '8.2']
laravel: ['10.0', '10.13']
php: ['8.1', '8.2', '8.3']
laravel: ['10.0', '10.32']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
##### 2023-XX-YY

- Dropped Laravel 9 support
- Dropped PHP 8.0 support
- Dropped Enum v3 Support
- Dropped PHP 8.0 support
- Added PHP 8.3 support
- Changed minimum Enum version to v4.1
- BC: Changed all enum interfaces to extend the root `EnumInterface`
- BC: added the `iso2Code()` and the `getName()` methods to the `Country` interface
Expand Down

0 comments on commit 219d248

Please sign in to comment.