File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 83
83
fail-fast : false
84
84
matrix :
85
85
customizations : ["disabled", "enabled"]
86
- compose_version : ["v2.0.1 ", "v2.26.0"]
86
+ compose_version : ["v2.19.0 ", "v2.26.0"]
87
87
include :
88
- - compose_version : " v2.0.1 "
88
+ - compose_version : " v2.19.0 "
89
89
compose_path : " /usr/local/lib/docker/cli-plugins"
90
90
- compose_version : " v2.26.0"
91
91
compose_path : " /usr/local/lib/docker/cli-plugins"
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
- name : Integration Test
136
136
run : |
137
- if [ "${{ matrix.compose_version }}" = "v2.0.1 " ]; then
137
+ if [ "${{ matrix.compose_version }}" = "v2.19.0 " ]; then
138
138
pytest --reruns 3 --cov --junitxml=junit.xml _integration-test/ --customizations=${{ matrix.customizations }}
139
139
else
140
140
pytest --cov --junitxml=junit.xml _integration-test/ --customizations=${{ matrix.customizations }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
5
5
## Requirements
6
6
7
7
* Docker 19.03.6+
8
- * Compose 2.0.1 +
8
+ * Compose 2.19.0 +
9
9
* 4 CPU Cores
10
10
* 16 GB RAM
11
11
* 20 GB Free Disk Space
Original file line number Diff line number Diff line change 1
1
# Don't forget to update the README and othes docs when you change these!
2
2
MIN_DOCKER_VERSION=' 19.03.6'
3
- MIN_COMPOSE_VERSION=' 2.0.1 '
3
+ MIN_COMPOSE_VERSION=' 2.19.0 '
4
4
MIN_RAM_HARD=3800 # MB
5
5
MIN_RAM_SOFT=7800 # MB
6
6
MIN_CPU_HARD=2
You can’t perform that action at this time.
0 commit comments