Skip to content

Commit

Permalink
Added PHP 8.3 to CI
Browse files Browse the repository at this point in the history
- Bumped Laravel versions to their latest
  • Loading branch information
fulopattila122 committed Dec 17, 2023
1 parent aa5d8c4 commit 5ffea34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['9.2', '9.51', '10.0']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0', '10.37']
exclude:
- php: '8.0'
laravel: '10.0'
- php: '8.0'
laravel: '10.37'

name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## 1.X

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

- Added PHP 8.3 Support

### 1.10.0
###### 2023-02-17

Expand Down

0 comments on commit 5ffea34

Please sign in to comment.