Skip to content

Commit

Permalink
Merge dae3d59 into 563e017
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed May 18, 2020
2 parents 563e017 + dae3d59 commit b170564
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Expand Up @@ -146,7 +146,6 @@ jobs:
strategy:
matrix:
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
Expand All @@ -164,7 +163,6 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
Expand All @@ -173,7 +171,6 @@ jobs:
ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-
continue-on-error: true
- name: Install mongodb PHP extension
if: (!startsWith(matrix.php, '7.1'))
env:
BUILD_DIR: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
SRC_DIR: /usr/src/php/ext/mongodb
Expand Down Expand Up @@ -223,12 +220,6 @@ jobs:
run: |
composer global require --prefer-dist --no-progress --no-suggest --ansi \
symfony/flex
- name: Remove Doctrine MongoDB ODM
if: startsWith(matrix.php, '7.1')
run: |
composer remove --dev --no-progress --no-update --ansi \
doctrine/mongodb-odm \
doctrine/mongodb-odm-bundle \
- name: Update project dependencies
run: |
mkdir -p /tmp/api-platform/core/vendor
Expand Down Expand Up @@ -286,7 +277,6 @@ jobs:
strategy:
matrix:
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
Expand All @@ -304,7 +294,6 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
Expand All @@ -313,7 +302,6 @@ jobs:
ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-
continue-on-error: true
- name: Install mongodb PHP extension
if: (!startsWith(matrix.php, '7.1'))
env:
BUILD_DIR: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
SRC_DIR: /usr/src/php/ext/mongodb
Expand Down Expand Up @@ -363,12 +351,6 @@ jobs:
run: |
composer global require --prefer-dist --no-progress --no-suggest --ansi \
symfony/flex
- name: Remove Doctrine MongoDB ODM
if: startsWith(matrix.php, '7.1')
run: |
composer remove --dev --no-progress --no-update --ansi \
doctrine/mongodb-odm \
doctrine/mongodb-odm-bundle \
- name: Update project dependencies
run: |
mkdir -p /tmp/api-platform/core/vendor
Expand Down Expand Up @@ -651,7 +633,6 @@ jobs:
strategy:
matrix:
php:
- '7.1'
- '7.2'
- '7.3'
include:
Expand All @@ -671,7 +652,6 @@ jobs:
bash \
unzip \
- name: Cache mongodb PHP extension build
if: (!startsWith(matrix.php, '7.1'))
uses: actions/cache@v1
with:
path: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
Expand All @@ -680,7 +660,6 @@ jobs:
ext-mongodb-${{ env.EXT_MONGODB_VERSION }}-php${{ matrix.php }}-
continue-on-error: true
- name: Install mongodb PHP extension
if: (!startsWith(matrix.php, '7.1'))
env:
BUILD_DIR: /var/tmp/build/ext-mongodb-${{ env.EXT_MONGODB_VERSION }}
SRC_DIR: /usr/src/php/ext/mongodb
Expand Down Expand Up @@ -731,12 +710,6 @@ jobs:
run: |
composer global require --prefer-dist --no-progress --no-suggest --ansi \
symfony/flex
- name: Remove Doctrine MongoDB ODM
if: startsWith(matrix.php, '7.1')
run: |
composer remove --dev --no-progress --no-update --ansi \
doctrine/mongodb-odm \
doctrine/mongodb-odm-bundle \
- name: Update project dependencies
run: |
mkdir -p /tmp/api-platform/core/vendor
Expand Down

0 comments on commit b170564

Please sign in to comment.