Skip to content

Commit

Permalink
Dropped python 3.6 from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Honkanen committed Aug 11, 2023
1 parent 7169097 commit 1ed930d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvj-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.8]
python: [3.8]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-Dsonar.projectKey=mvj
-Dsonar.sources=.
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.python.version=3.6,3.7,3.8,3.9
-Dsonar.python.version=3.7,3.8,3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 1ed930d

Please sign in to comment.