Skip to content

Commit

Permalink
tweak versions to support php7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz-nz committed Jun 15, 2023
1 parent e28dad0 commit 45ab990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"omnipay/common": "^3.2",
"symfony/http-client": "^6.3"
"symfony/http-client": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.6",
"mockery/mockery": "^1.5",
"squizlabs/php_codesniffer": "^3.7",
"omnipay/tests": "^4.1",
"http-interop/http-factory-guzzle": "^1.2"
Expand Down

0 comments on commit 45ab990

Please sign in to comment.