Skip to content

Commit

Permalink
Merge pull request #192 from innogames/update_workflow_settings
Browse files Browse the repository at this point in the history
Update workflow settings
  • Loading branch information
kofrezo committed Nov 15, 2021
2 parents a53e956 + eb6aa3e commit e7ef185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
strategy:
matrix:
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"

services:
postgres:
image: 'postgres:13'
image: 'postgres:14'
env:
POSTGRES_USER: serveradmin
POSTGRES_PASSWORD: serveradmin
Expand Down

0 comments on commit e7ef185

Please sign in to comment.