Skip to content

Commit

Permalink
Add crdb v23
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Jan 11, 2024
1 parent 8ab46da commit 704cb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0, 8.1, 8.2 ]
laravel: [ 10.*, 9.*, 8.* ]
cockroachdb: [ v21.2.15, v22.1.12 ]
cockroachdb: [ v21.2.15, v22.1.12, v23.1.13 ]
dependencies: [ stable, lowest ]
include:
- laravel: 10.*
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
crdb:
image: "cockroachdb/cockroach:${VERSION:-v21.2.15}"
image: "cockroachdb/cockroach:${VERSION:-v23.1.13}"
ports:
- "26257:26257"
- "8080:8080"
Expand Down

0 comments on commit 704cb41

Please sign in to comment.