We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2f9f4 commit 562644eCopy full SHA for 562644e
.circleci/config.yml
@@ -14,6 +14,7 @@ workflows:
14
- test:
15
name: test-php-7.2
16
context:
17
+ - github-credentials
18
- dockerhub-credentials
19
php: "7.2"
20
phpunit: "7.5"
@@ -22,6 +23,7 @@ workflows:
22
23
24
name: test-php-8.1
25
26
27
28
php: "8.1"
29
phpunit: "9.5.10"
@@ -92,6 +94,7 @@ jobs:
92
94
name: Install Dependencies
93
95
command: |
96
rm composer.lock
97
+ composer config http-basic.github.com dadish ${GH_TOKEN}
98
composer require phpunit/phpunit ^<<parameters.phpunit>> --dev
99
composer update --with-all-dependencies
100
composer install
0 commit comments