Skip to content

Commit

Permalink
Merge pull request #2392 from zephir-lang/#2370-php8.2
Browse files Browse the repository at this point in the history
#2370 - Add support of PHP 8.2
  • Loading branch information
Jeckerson committed Dec 30, 2022
2 parents 0598dea + 91b668c commit fad4b29
Show file tree
Hide file tree
Showing 14 changed files with 155 additions and 157 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
RE2C_VERSION: 2.2
ZEPHIR_PARSER_VERSION: 1.5.0
ZEPHIR_PARSER_VERSION: 1.5.2
PSR_VERSION: 1.2.0
CACHE_DIR: .cache

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0' , '8.1' ]
php: [ '7.4', '8.0' , '8.1', '8.2' ]
ts: [ 'ts', 'nts' ]
arch: [ 'x64' ]

Expand All @@ -83,6 +83,8 @@ jobs:
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
- { php: '8.1', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
- { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
- { php: '8.2', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format based on [Keep a Changelog](https://keepachangelog.com)
and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
- Added support of PHP `8.2` [#2255](https://github.com/zephir-lang/zephir/issues/2370)

## [0.16.3] - 2022-09-17
### Fixed
Expand Down
53 changes: 0 additions & 53 deletions Library/Optimizers/FunctionCall/MtRandOptimizer.php

This file was deleted.

0 comments on commit fad4b29

Please sign in to comment.