loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use minimal required version on CI and remove unnecessary services (#27429)

authored by

Lunny Xiao and committed by
GitHub
74763f50 df56b1bf

+3 -17
+3 -17
.github/workflows/pull-db-tests.yml
··· 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 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 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 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