Skip to content

Commit

Permalink
Merge 1c52ec7 into b7fc7f5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat Law committed Apr 1, 2022
2 parents b7fc7f5 + 1c52ec7 commit 5b9e73d
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 59 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: gmp
# Only report coverage once
coverage: ${{ env.COVERAGE }}
- name: Check dependencies on Ubuntu
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ cx-api-spec
# Generated files from Platform Email configuration/info commands
dns-records.yaml
dns-records.json
dns-records.zone
subscription-*/
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"php": "^7.4 | ^8.0",
"ext-json": "*",
"acquia/drupal-environment-detector": "^1.2.0",
"badcow/dns": "^4.1.1",
"composer/semver": "^3.2",
"consolidation/self-update": "2.0.0-alpha1 as 1.1",
"cweagans/composer-patches": "^1.7",
Expand Down
224 changes: 185 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b9e73d

Please sign in to comment.