Skip to content

Commit

Permalink
Update workflows and changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Oct 19, 2022
1 parent 614b922 commit 0c60f07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v2.21.2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `blade-emoji-icons` will be documented in this file.

## 1.3.0 - 2022-10-19

- Update to use spatie/emoji 4.0
- Regenerate based on Emoji v15

## 1.2.0 - 2022-02-08

- Add support for Laravel 9
Expand Down

0 comments on commit 0c60f07

Please sign in to comment.