-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add snappy tests based on extension and polyfill (#1108)
- Loading branch information
1 parent
75c1dd4
commit 709195b
Showing
3 changed files
with
84 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,9 @@ jobs: | |
tools: composer:v2 | ||
php-version: "${{ matrix.php-version }}" | ||
ini-values: memory_limit=-1 | ||
extensions: :psr, brotli, lz4, zstd | ||
extensions: :psr, brotli, lz4, zstd, snappy-https://github.com/kjdev/[email protected] | ||
env: | ||
SNAPPY_CONFIGURE_PREFIX_OPTS: "CXXFLAGS=-std=c++11" | ||
|
||
- name: "List PHP Extensions" | ||
run: php -m | ||
|
@@ -95,3 +97,6 @@ jobs: | |
|
||
- name: "Test ZSTD" | ||
run: "composer test -- --group zstd-extension" | ||
|
||
- name: "Test Snappy" | ||
run: "composer test -- --group snappy-extension" |
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