We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f13ea9 commit 585f2b2Copy full SHA for 585f2b2
.github/workflows/run-tests.yml
@@ -21,6 +21,9 @@ jobs:
21
laravel: ^11.0
22
- php: 8.1
23
laravel: ^12.0
24
+ - php: 8.4
25
+ laravel: ^10.0
26
+ stability: prefer-lowest
27
28
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
29
composer.json
@@ -22,9 +22,8 @@
"spatie/laravel-package-tools": "^1.14.0",
"spiral/roadrunner": "^2023.2 || ^2024.0",
"spiral/roadrunner-cli": "^2.5",
- "symfony/http-client": "^6.0 || ^7.0",
"symfony/process": "^6.0 || ^7.0",
- "temporal/sdk": "~2.7.4 || ~2.8.0 || ~2.9.0 || ~2.10.0 || ~2.11.0 || ~2.12.0 || ~2.13.0",
+ "temporal/sdk": ">=2.7.4 <2.14.0",
"thecodingmachine/safe": "^2.0 || ^3.0"
},
30
"require-dev": {
0 commit comments