Skip to content

Commit

Permalink
Update truelayer client, minimum php version and add more magento rel…
Browse files Browse the repository at this point in the history
…eases to testing matrix
  • Loading branch information
lighe committed Mar 26, 2024
1 parent a70595b commit 76502bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup-di-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
fail-fast: false
matrix:
include:
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.4
- PHP_VERSION: php81-fpm
MAGENTO_VERSION: 2.4.5
- PHP_VERSION: php82-fpm
MAGENTO_VERSION: 2.4.6
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"magento/module-payment": ">=100.1.0",
"magento/module-checkout": ">=100.1.0",
"magento/module-sales": ">=100.1.0",
"truelayer/client": ">=1.2.0",
"php": ">=7.4.0"
"truelayer/client": "^2.0.0",
"php": ">=8.1.0"
},
"require-dev": {
"phpstan/phpstan": "*"
Expand Down

0 comments on commit 76502bf

Please sign in to comment.