Skip to content

Commit 5e146a7

Browse files
committed
add full support of PHP 8.5
1 parent 1f2a332 commit 5e146a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up PHP
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: '8.5'
43+
php-version: '8.6'
4444
extensions: bcmath, gmp, intl, dom, mbstring
4545

4646
- name: Setup Problem Matchers for PHPUnit
@@ -70,6 +70,7 @@ jobs:
7070
- '8.2'
7171
- '8.3'
7272
- '8.4'
73+
- '8.5'
7374

7475
steps:
7576
- name: Set up PHP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"homepage": "http://moneyphp.org",
2626
"require": {
27-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
27+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2828
"ext-bcmath": "*",
2929
"ext-filter": "*",
3030
"ext-json": "*"

0 commit comments

Comments
 (0)