Skip to content

Commit f008da7

Browse files
committed
test
1 parent d82282a commit f008da7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpunits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: [8.2, 8.3]
16-
laravel-versions: [^10.0, ^11.0]
15+
php-versions: [8.2, 8.3, 8.4]
16+
laravel-versions: [^10.0, ^11.0, ^12.0]
1717

1818
services:
1919
clickhouse:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eloquent"
1010
],
1111
"require": {
12-
"php": "^8.2|^8.3|^8.4",
12+
"php": "^8.2",
1313
"laravel/framework": "^10.0|^11.0|^12.0",
1414
"the-tinderbox/clickhouse-builder": "^6.1",
1515
"ext-json": "*"

0 commit comments

Comments
 (0)