Skip to content

Commit f0bb9cb

Browse files
committed
Bump PHP requirement to 8.2
1 parent 6ac1fa3 commit f0bb9cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.1]
12+
php: [8.4, 8.3, 8.2]
1313
dependency-version: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "dev",
66
"prefer-stable": true,
77
"require": {
8-
"php": "^8.1",
8+
"php": "^8.2",
99
"brick/money": "0.10.*"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)