Skip to content

Commit

Permalink
update min php req
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Foldes committed Nov 7, 2024
1 parent a96f678 commit ae69bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- "ubuntu-latest"
- "windows-latest"
php-version:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
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",
"php": "^8.1",
"ext-bcmath": "*",
"doctrine/dbal": "^4",
"moneyphp/money": "^4.0.3",
Expand Down

0 comments on commit ae69bb8

Please sign in to comment.