Skip to content

Commit fd5b538

Browse files
committed
drop v24 for now
1 parent a468748 commit fd5b538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run CockroachDB Service
1818
run: docker compose up -d
1919
env:
20-
VERSION: v24.2.0
20+
VERSION: v23.2.16
2121

2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ ubuntu-latest ]
1818
php: [ 8.2, 8.3, 8.4 ]
1919
laravel: [ 11.*, 10.*, 9.* ]
20-
cockroachdb: [ v22.2.17, v23.2.2, v24.2.0 ]
20+
cockroachdb: [ v22.2.17, v23.2.16 ]
2121
dependencies: [ stable, lowest ]
2222
include:
2323
- laravel: 11.*

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
crdb:
3-
image: "cockroachdb/cockroach:${VERSION:-v24.2.0}"
3+
image: "cockroachdb/cockroach:${VERSION:-v23.2.16}"
44
ports:
55
- "26257:26257"
66
- "8080:8080"

0 commit comments

Comments
 (0)