Skip to content

Commit

Permalink
Added PHP 8.3 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 17, 2023
1 parent ab56f03 commit f4ab552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.24']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.32']
enum: ['2', '3', '4']
exclude:
- php: '8.0'
laravel: '10.0'
- php: '8.0'
laravel: '10.24'
laravel: '10.32'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }}
steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
### Konekt Enum Eloquent

## Unreleased
##### 2023-XX-YY

- Added PHP 8.3 support

## 1.9.1
##### 2023-09-25

Expand Down

0 comments on commit f4ab552

Please sign in to comment.