Skip to content

Commit ca4fe9f

Browse files
authored
Merge pull request #162 from DannyvdSluijs/patch-1
Add PHP 8.4 to build matrix
2 parents 38d482b + ed86211 commit ca4fe9f

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- '8.1'
1010
- '8.2'
1111
- '8.3'
12+
- '8.4'
1213

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"ext-dom": "*",
1818
"ext-libxml": "*",
1919
"ext-simplexml": "*",
20-
"moneyphp/money": "^4.0",
21-
"jschaedl/iban-validation": "^2.0"
20+
"moneyphp/money": "^4.6",
21+
"jschaedl/iban-validation": "^2.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

composer.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)