Skip to content

Commit 585f2b2

Browse files
committed
fix
1 parent 2f13ea9 commit 585f2b2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
laravel: ^11.0
2222
- php: 8.1
2323
laravel: ^12.0
24+
- php: 8.4
25+
laravel: ^10.0
26+
stability: prefer-lowest
2427

2528
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2629

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
"spatie/laravel-package-tools": "^1.14.0",
2323
"spiral/roadrunner": "^2023.2 || ^2024.0",
2424
"spiral/roadrunner-cli": "^2.5",
25-
"symfony/http-client": "^6.0 || ^7.0",
2625
"symfony/process": "^6.0 || ^7.0",
27-
"temporal/sdk": "~2.7.4 || ~2.8.0 || ~2.9.0 || ~2.10.0 || ~2.11.0 || ~2.12.0 || ~2.13.0",
26+
"temporal/sdk": ">=2.7.4 <2.14.0",
2827
"thecodingmachine/safe": "^2.0 || ^3.0"
2928
},
3029
"require-dev": {

0 commit comments

Comments
 (0)