Skip to content

Commit

Permalink
Merge pull request #4 from ajgarlag/master
Browse files Browse the repository at this point in the history
Allow `middlewares/utils:^4`
  • Loading branch information
oscarotero authored Jul 11, 2024
2 parents 9371e24 + 9a4a4a3 commit 81d930a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
- 7.2
- 7.3
- 7.4
composer-args: [ "" ]
include:
- php: 8.0
composer-args: --ignore-platform-reqs
fail-fast: false
- 8.0
- 8.1
- 8.2
- 8.3

steps:
- name: Checkout
Expand All @@ -67,7 +66,7 @@ jobs:
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
run: composer install --prefer-dist --no-progress

- name: Tests
run: composer test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": "^7.2 || ^8.0",
"middlewares/utils": "^3.0",
"middlewares/utils": "^3.0 || ^4.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 81d930a

Please sign in to comment.