Skip to content

Commit f122238

Browse files
authored
Merge pull request #183 from simPod/min-7.3
Raise min PHP version to 7.3
2 parents 3323dfa + 01fc7c3 commit f122238

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php:
19-
- 7.1.33
20-
- 7.2.34
2119
- 7.3.26
2220
- 7.4.14
2321
- 8.0.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project follows [Semantic Versioning](http://semver.org/).
44

5+
## [Unreleased] - Future
6+
### Changed
7+
- Min PHP version is 7.3
8+
59
## [1.3.0] - 2020-10-13
610
### Fixed
711
- ArrayAccess implemented consistently

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ environment:
1414
matrix:
1515
- ARCH: x86
1616
INT_SIZE: 32
17-
PHP_VER: 7.2
17+
PHP_VER: 7.3
1818
VC_VER: vc15
1919
ZTS: --enable-zts
2020
- ARCH: x64
2121
INT_SIZE: 64
22-
PHP_VER: 7.2
22+
PHP_VER: 7.3
2323
VC_VER: vc15
2424
ZTS: --enable-zts
2525
- ARCH: x86
2626
INT_SIZE: 32
27-
PHP_VER: 7.2
27+
PHP_VER: 7.3
2828
VC_VER: vc15
2929
ZTS: --disable-zts
3030
- ARCH: x64
3131
INT_SIZE: 64
32-
PHP_VER: 7.2
32+
PHP_VER: 7.3
3333
VC_VER: vc15
3434
ZTS: --disable-zts
3535

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<dependencies>
156156
<required>
157157
<php>
158-
<min>7.0.0</min>
158+
<min>7.3.0</min>
159159
</php>
160160
<pearinstaller>
161161
<min>1.4.0b1</min>

0 commit comments

Comments
 (0)