File tree 1 file changed +3
-17
lines changed 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
services :
19
19
pgsql :
20
- image : postgres:16
20
+ image : postgres:12
21
21
env :
22
22
POSTGRES_DB : test
23
23
POSTGRES_PASSWORD : postgres
85
85
needs : files-changed
86
86
runs-on : ubuntu-latest
87
87
services :
88
- mysql :
89
- image : mysql:8.1
90
- env :
91
- MYSQL_ALLOW_EMPTY_PASSWORD : true
92
- MYSQL_DATABASE : test
93
- ports :
94
- - " 3306:3306"
95
88
elasticsearch :
96
89
image : elasticsearch:7.5.0
97
90
env :
@@ -104,13 +97,6 @@ jobs:
104
97
MEILI_ENV : development # disable auth
105
98
ports :
106
99
- " 7700:7700"
107
- smtpimap :
108
- image : tabascoterrier/docker-imap-devel:latest
109
- ports :
110
- - " 25:25"
111
- - " 143:143"
112
- - " 587:587"
113
- - " 993:993"
114
100
redis :
115
101
image : redis
116
102
options : >- # wait until redis has started
@@ -158,7 +144,7 @@ jobs:
158
144
runs-on : ubuntu-latest
159
145
services :
160
146
mysql :
161
- image : mysql:8.1
147
+ image : mysql:8.0
162
148
env :
163
149
MYSQL_ALLOW_EMPTY_PASSWORD : true
164
150
MYSQL_DATABASE : testgitea
@@ -203,7 +189,7 @@ jobs:
203
189
runs-on : ubuntu-latest
204
190
services :
205
191
mssql :
206
- image : mcr.microsoft.com/mssql/server:2022 -latest
192
+ image : mcr.microsoft.com/mssql/server:2017 -latest
207
193
env :
208
194
ACCEPT_EULA : Y
209
195
MSSQL_PID : Standard
You can’t perform that action at this time.
0 commit comments