Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed Sep 14, 2024
1 parent a09de2e commit d649869
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.8', '3.10','3.12']
python-version: ['3.10','3.12']

services:
mongodb:
image: mongo:5.0.14
image: mongo:7.0.14
env:
MONGO_INITDB_DATABASE: amivapi
options: >-
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage:
# Compares coverage to the base commit (of a pull request) and allows a
# 0.1% drop of the coverage to be marked as successful.
target: auto
threshold: 0.1%
threshold: 0.5%
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
command: ["amivapi", "run", "dev"]

mongodb:
image: mongo:5.0.8
image: mongo:7.0.14
ports:
- 27017:27017
environment:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ envlist = py38, py310, py312, flake8

[gh-actions]
python =
3.8: py38
3.10: py310, flake8
3.12: py312, flake8

Expand Down

0 comments on commit d649869

Please sign in to comment.