Skip to content

Commit

Permalink
Merge pull request #162 from DannyvdSluijs/patch-1
Browse files Browse the repository at this point in the history
Add PHP 8.4 to build matrix
  • Loading branch information
PowerKiKi authored Nov 26, 2024
2 parents 38d482b + ed86211 commit ca4fe9f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

name: PHP ${{ matrix.php-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"moneyphp/money": "^4.0",
"jschaedl/iban-validation": "^2.0"
"moneyphp/money": "^4.6",
"jschaedl/iban-validation": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca4fe9f

Please sign in to comment.