Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsari committed Jan 15, 2024
2 parents 2568c83 + 35104bb commit da8c8c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to `livewire-toaster` will be documented in this file.

## 2.1.0 - 2023-12-13

### Added

- PHP 8.3 support

### Removed

- PHP 8.2 support

## 2.0.3 - 2023-09-28

- Prevent unfinalize usage
Expand Down

0 comments on commit da8c8c7

Please sign in to comment.