Skip to content

Commit a468748

Browse files
committed
fix coverage
1 parent 8f4c35c commit a468748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Run CockroachDB Service
18-
run: docker-compose up -d
18+
run: docker compose up -d
1919
env:
20-
VERSION: v23.1.13
20+
VERSION: v24.2.0
2121

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

0 commit comments

Comments
 (0)