Skip to content

Commit

Permalink
fixes for crdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Nov 30, 2024
1 parent ddacf95 commit 8f4c35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ ubuntu-latest ]
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.*, 10.*, 9.* ]
cockroachdb: [ v22.2.17, v23.2.2, v24.3.0 ]
cockroachdb: [ v22.2.17, v23.2.2, v24.2.0 ]
dependencies: [ stable, lowest ]
include:
- laravel: 11.*
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
crdb:
image: "cockroachdb/cockroach:${VERSION:-v24.3.0}"
image: "cockroachdb/cockroach:${VERSION:-v24.2.0}"
ports:
- "26257:26257"
- "8080:8080"
Expand Down

0 comments on commit 8f4c35c

Please sign in to comment.