Skip to content

Commit

Permalink
Bump minimal Concord requirement to v1.12
Browse files Browse the repository at this point in the history
- Bump Laravel to 9.42 in CI
  • Loading branch information
fulopattila122 committed Dec 1, 2022
1 parent 23aa536 commit 9e8ac66
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['9.2', '9.41']
laravel: ['9.2', '9.42']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
##### 2022-XX-YY

- Added `Cart::fresh()` method to the Cart facade
- Changed minimum Concord version requirement to v1.12

## 3.1.0
##### 2022-11-07
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": "^8.0",
"konekt/concord": "^1.11",
"konekt/concord": "^1.12",
"konekt/enum": "^3.1.1 | ^4.0",
"laravel/framework": "^9.2",
"vanilo/contracts": "^3.0",
Expand Down

0 comments on commit 9e8ac66

Please sign in to comment.