Skip to content

Commit 88611ad

Browse files
committed
update python and postgres version
1 parent 2b50f26 commit 88611ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/qiita-plugin-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
services:
1414
postgres:
1515
# Docker Hub image
16-
image: postgres:9.5
16+
image: postgres:13.4
1717
env:
1818
POSTGRES_DB: postgres
1919
POSTGRES_USER: postgres
@@ -39,7 +39,7 @@ jobs:
3939
uses: conda-incubator/setup-miniconda@v2
4040
with:
4141
auto-update-conda: true
42-
python-version: 3.6
42+
python-version: 3.9
4343

4444
- name: Basic dependencies install
4545
env:

0 commit comments

Comments
 (0)