Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 21, 2024
1 parent a2c8cbd commit d786adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ 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

steps:
- name: Checkout
Expand All @@ -67,7 +65,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 @@ -18,7 +18,7 @@
"require": {
"php": "^7.2 || ^8.0",
"maximebf/debugbar": "^1.13",
"middlewares/utils": "^3.0",
"middlewares/utils": "^3.0 || ^4.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit d786adf

Please sign in to comment.