diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index bb9f501..e389c1d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,8 +13,10 @@ jobs: matrix: os: [ubuntu-latest] payload: + - { laravel: '10.*', php: '8.3', 'testbench': '8.*'} - { laravel: '10.*', php: '8.2', 'testbench': '8.*'} - { laravel: '10.*', php: '8.1', 'testbench': '8.*'} + - { laravel: '9.*', php: '8.3', 'testbench': '7.*'} - { laravel: '9.*', php: '8.2', 'testbench': '7.*'} - { laravel: '9.*', php: '8.1', 'testbench': '7.*'} - { laravel: '9.*', php: '8.0', 'testbench': '7.*'} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0cc84..c51e031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 6.2.0 - 2023-04-09 + +**Added** + +- Added support for Laravel 10 style mailables + ## 6.1.0 - 2023-02-08 **Changed**