Skip to content

Commit

Permalink
Added PHP 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 16, 2023
1 parent a4f63c8 commit f918703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']
laravel: ['8.22', '8.83', '9.0', '9.52', '10.0']
enum: ['2', '3', '4']
exclude:
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
##### 2023-XX-YY

- Added Laravel 10 support
- Added PHP 8.2 support

## 1.8.1
##### 2022-03-11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Konekt Enum Eloquent Bindings


[![Tests](https://img.shields.io/github/workflow/status/artkonekt/enum-eloquent/tests/master?style=flat-square)](https://github.com/artkonekt/enum-eloquent/actions?query=workflow%3Atests)
[![Tests](https://img.shields.io/github/actions/workflow/status/artkonekt/enum-eloquent/tests.yml?branch=master&style=flat-square)](https://github.com/artkonekt/enum-eloquent/actions?query=workflow%3Atests)
[![Packagist Stable Version](https://img.shields.io/packagist/v/konekt/enum-eloquent.svg?style=flat-square&label=stable)](https://packagist.org/packages/konekt/enum-eloquent)
[![Packagist downloads](https://img.shields.io/packagist/dt/konekt/enum-eloquent.svg?style=flat-square)](https://packagist.org/packages/konekt/enum-eloquent)
[![StyleCI](https://styleci.io/repos/105900484/shield?branch=master)](https://styleci.io/repos/105900484)
Expand Down

0 comments on commit f918703

Please sign in to comment.