Skip to content

Commit 674b096

Browse files
committed
chore: update min php version
1 parent 42d6c41 commit 674b096

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
php: [ 8.2, 8.3 ]
18+
php: [ 8.4, 8.5 ]
1919

2020
name: PHP ${{ matrix.php }}
2121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2"
18+
"php": "^8.4"
1919
},
2020
"require-dev": {
2121
"laravel/pint": "^1.29",

0 commit comments

Comments
 (0)