Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"doctrine/data-fixtures": "^1.2.2",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/doctrine-cache-bundle": "^1.3.5",
"doctrine/inflector": "^1.4",
"doctrine/mongodb-odm": "^2.0",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4",
Expand Down