Skip to content

Commit

Permalink
Support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Jan 20, 2024
1 parent 3a118da commit 0be7d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
stability: ['prefer-lowest', 'prefer-stable']
allow_failure: [false]
include:
- php: '8.2'
- php: '8.3'
stability: 'dev'
allow_failure: true

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

### Added
- Support PHP 8.3

## [0.4.0] - 2022-12-06

### Added
Expand Down

0 comments on commit 0be7d33

Please sign in to comment.