Skip to content

Commit 8ef1b44

Browse files
committed
Support for Node v16
1 parent d6e52d2 commit 8ef1b44

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18+
- variant: 'cli'
19+
php_version: '8.1'
20+
- variant: 'apache'
21+
php_version: '8.1'
22+
- variant: 'fpm'
23+
php_version: '8.1'
1824
- variant: 'cli'
1925
php_version: '8.0'
2026
- variant: 'apache'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Minor changes
66

77
* **2021-09-22**
8+
* Preview for PHP 8.1 | PHP 8.1 in release candidate 2 (miss many extensions)
89
* Support for Node v16 | Version LTS
910
* Support more PHP 8.0 extensions | Added : mongodb, swoole, zip and blackfire.
1011
* Enhance builder | Use BuildKit, add header to blueprint exported files and start a Makefile for common build usages.

extensions/8.1/disable_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/disable_all.sh

extensions/8.1/docker-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/docker-install.sh

extensions/8.1/install_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/install_all.sh

0 commit comments

Comments
 (0)