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 d82282a commit f008da7Copy full SHA for f008da7
.github/workflows/phpunits.yaml
@@ -12,8 +12,8 @@ jobs:
12
13
strategy:
14
matrix:
15
- php-versions: [8.2, 8.3]
16
- laravel-versions: [^10.0, ^11.0]
+ php-versions: [8.2, 8.3, 8.4]
+ laravel-versions: [^10.0, ^11.0, ^12.0]
17
18
services:
19
clickhouse:
composer.json
@@ -9,7 +9,7 @@
9
"eloquent"
10
],
11
"require": {
- "php": "^8.2|^8.3|^8.4",
+ "php": "^8.2",
"laravel/framework": "^10.0|^11.0|^12.0",
"the-tinderbox/clickhouse-builder": "^6.1",
"ext-json": "*"
0 commit comments