Skip to content

Commit a98ecf1

Browse files
committed
build: update for dev version of core
1 parent dac3f72 commit a98ecf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
php: [8.2, 8.3, 8.4]
22-
core: ['4.3.2', '5.0.1']
22+
core: ['4.3.2', '5.2']
2323
laravel: [11, 12]
2424
exclude:
2525
- laravel: 12

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555
}
5656
},
57-
"minimum-stability": "stable",
57+
"minimum-stability": "dev",
5858
"prefer-stable": true,
5959
"config": {
6060
"sort-packages": true

0 commit comments

Comments
 (0)