Skip to content

Commit

Permalink
Merge pull request #18 from whitecube/bump-deps
Browse files Browse the repository at this point in the history
Dump brick/money dependency to ^0.10
  • Loading branch information
voidgraphics authored Dec 9, 2024
2 parents 03c8f83 + b445111 commit 0c9c33e
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 161 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:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
php: [8.4, 8.3, 8.2, 8.1]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"brick/money": "0.8.*"
"php": "^8.1",
"brick/money": "^0.10"
},
"require-dev": {
"pestphp/pest": "^1.0"
Expand Down
Loading

0 comments on commit 0c9c33e

Please sign in to comment.