Skip to content

Commit

Permalink
updated github test runners
Browse files Browse the repository at this point in the history
changelog update
  • Loading branch information
mikebarlow committed Sep 10, 2023
1 parent b323ed4 commit d97d8c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-20.04]
php: ['7.4', '8.0', '8.1']
php: ['8.0', '8.1', '8.2']

name: P${{ matrix.php }}
steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - TBC

* Updated PHP requirement to 8.* only [PR#28](https://github.com/mikebarlow/megaphone/pull/28)
* Updated to Livewire 3 [PR#28](https://github.com/mikebarlow/megaphone/pull/28)
* Updated Testbench and Pest [PR#28](https://github.com/mikebarlow/megaphone/pull/28)

## [1.2.0] - 2023-02-25

* Removed `public $user` from component and changed loading of announcements to prevent user model data exposure. [PR #22](https://github.com/mikebarlow/megaphone/pull/22)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Before using Megaphone, a demo is available for you to view and try the Bell Ico

[View the Megaphone Demo](https://megaphone.mikebarlow.co.uk)

## Upgrade from 1.x

Upgrade docs...

## Installation

Simply require the package via composer into your Laravel app.
Expand Down

0 comments on commit d97d8c3

Please sign in to comment.