Skip to content

Commit

Permalink
Merge pull request #14 from courtney-miles/task/RunTestForLowestPacka…
Browse files Browse the repository at this point in the history
…geVersion

Run tests for lowest dependency versions
  • Loading branch information
courtney-miles authored Jan 29, 2022
2 parents 2af7968 + 93fd1a7 commit 3b09154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
php-version: ['7.2', '7.3', '7.4', '8.0']
composer-flag:
- '--prefer-dist'
# - '--prefer-stable --prefer-lowest'
- '--prefer-stable --prefer-lowest'

name: Test PHP ${{ matrix.php-version }} / composer ${{ matrix.composer-flag }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit" : ">=7.0",
"phpunit/phpunit" : ">=8.2",
"php-coveralls/php-coveralls": "^2.4",
"friendsofphp/php-cs-fixer": "^3.0"
},
Expand Down

0 comments on commit 3b09154

Please sign in to comment.