Skip to content

Commit

Permalink
Add PHP 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
raigu committed Apr 7, 2023
1 parent 755c372 commit ee4b3ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php }}

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2023-04-07

### Added
- PHP 8.1 support

## [2.2.0] - 2021-12-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ standard [EVS 585:2007 Personal code. Structure](https://www.evs.ee/products/evs

# Compatibility

PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1
PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2

# Motivation

Expand Down

0 comments on commit ee4b3ba

Please sign in to comment.