Skip to content

Commit

Permalink
Drop deprecated 'version' param from Docker Compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Apr 19, 2024
1 parent cf45aeb commit 77fa4a3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
spqr-shard-image:
image: spqr-shard-image
Expand Down
1 change: 0 additions & 1 deletion test/drivers/gorm-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image: spqr-shard-image
Expand Down
1 change: 0 additions & 1 deletion test/drivers/hibernate-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image: spqr-shard-image
Expand Down
1 change: 0 additions & 1 deletion test/drivers/jdbc-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image: spqr-shard-image
Expand Down
2 changes: 0 additions & 2 deletions test/feature/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
shard1:
image: spqr-shard-image
Expand Down
1 change: 0 additions & 1 deletion test/regress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image: spqr-shard-image
Expand Down
1 change: 0 additions & 1 deletion test/stress/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image:
Expand Down
1 change: 0 additions & 1 deletion test/xproto/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
shard1:
image: spqr-shard-image
Expand Down

0 comments on commit 77fa4a3

Please sign in to comment.