Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:clinicedc/edc-data-manager into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
erikvw committed Aug 23, 2023
2 parents a89ed92 + b697bfa commit 82f4e29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.11']
django-version: ['4.1', '4.2', 'dev']
exclude:
- python-version: '3.10'
django-version: 'dev'
services:
mysql:
image: mysql:latest
Expand Down

0 comments on commit 82f4e29

Please sign in to comment.