Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46b0d66

Browse filesBrowse files
Disable platform checks
1 parent 138f611 commit 46b0d66
Copy full SHA for 46b0d66

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ jobs:
5252
extensions: "memcached,redis,xsl"
5353
ini-values: "memory_limit=-1"
5454
php-version: "${{ matrix.php }}"
55-
tools: flex
5655

5756
- name: Configure composer
5857
run: |
5958
([ -d ~/.composer ] || mkdir ~/.composer) && cp .github/composer-config.json ~/.composer/config.json
60-
BRANCH_REF=${GITHUB_BASE_REF:-$GITHUB_REF}
61-
echo "COMPOSER_ROOT_VERSION=${BRANCH_REF:11}.x-dev" >> $GITHUB_ENV
59+
echo "COMPOSER_ROOT_VERSION=$(grep branch-version composer.json | grep -o '[0-9.]*').x-dev" >> $GITHUB_ENV
6260
6361
- name: Determine composer cache directory
6462
id: composer-cache
@@ -93,6 +91,7 @@ jobs:
9391
if: matrix.php == '7.4'
9492
run: |
9593
[ -d .phpunit ] && mv .phpunit .phpunit.bak
94+
echo '' > vendor/composer/platform_check.php
9695
wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/vulcain_0.1.3_Linux_x86_64.tar.gz -O - | tar xz && mv vulcain /usr/local/bin
9796
docker run --rm -e COMPOSER_ROOT_VERSION -v $(pwd):/app -v $(which composer):/usr/local/bin/composer -v /usr/local/bin/vulcain:/usr/local/bin/vulcain -w /app php:7.4-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push
9897
sudo rm -rf .phpunit

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.