Skip to content

Commit e8f07b3

Browse files
committed
Add php 8 build matrix for window, update readme
1 parent c703f67 commit e8f07b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ environment:
5353
BUILD_TYPE: nts-Win32
5454
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
5555

56+
- PHP_VERSION: 8.0
57+
VC_VERSION: 15
58+
BUILD_TYPE: Win32
59+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
60+
61+
- PHP_VERSION: 8.0
62+
VC_VERSION: 15
63+
BUILD_TYPE: nts-Win32
64+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
65+
5666
PHP_SDK_VERSION: 2.1.9
5767
PHP_AVM: https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1
5868

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The Zephir Parser delivered as a C extension for the PHP language.
99

10-
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3** and **7.4**.
10+
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4** and **8.0**
1111

1212
**NOTE:** The [`development`][:dev-branch:]
1313
branch will always contain the latest **unstable** version. If you wish to

0 commit comments

Comments
 (0)