Skip to content

Commit

Permalink
DevKit updates (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Nov 17, 2021
1 parent 607df42 commit b9573c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
php-version: '8.0'
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0, soap, gd
extensions: mongodb-1.9.0, gd

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
Expand All @@ -53,7 +53,7 @@ jobs:
php-version: '8.0'
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0, soap, gd
extensions: mongodb-1.9.0, gd

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v1
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/admin-bundle:"4.*"
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
variant: imagine/imagine:"1.*"
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
Expand All @@ -77,7 +69,7 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: pcov
tools: composer:v2
extensions: mongodb-1.9.0, soap, gd
extensions: mongodb-1.9.0, gd

- name: Add PHPUnit matcher
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
Expand Down

0 comments on commit b9573c3

Please sign in to comment.