-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2172 from zephir-lang/development
Release 0.13.0
- Loading branch information
Showing
1,044 changed files
with
24,824 additions
and
8,749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,7 @@ jobs: | |
|
||
steps: | ||
- name: Setup Environment Variables | ||
uses: allenevans/[email protected] | ||
with: | ||
BOX_VERSION: '3.8.4' | ||
run: echo "BOX_VERSION=3.10.0" >> $GITHUB_ENV | ||
|
||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
@@ -23,14 +21,11 @@ jobs: | |
- name: Setup PHP | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '7.2' | ||
php-version: '7.4' | ||
extensions: intl, zip, zlib | ||
coverage: none | ||
ini-values: memory_limit=1G, phar.readonly=0 | ||
|
||
- name: Choose a Suitable PHP Version to Build PHAR | ||
run: composer config platform.php 7.0.33 | ||
|
||
- name: Get Composer Cache Directory | ||
id: composer-cache | ||
run: echo ::set-output name=dir::$(composer config cache-files-dir) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.