Skip to content

Commit

Permalink
Removed Python 3.6, 3.7 from GitHub Action script (fossasia#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivangi-ch authored and Martin Bähr committed May 21, 2024
1 parent a82a049 commit 8cdacbe
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ jobs:
name: Tests
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8]
database: [sqlite, postgres, mysql]
exclude:
- database: mysql
python-version: 3.7
python-version: 3.8
- database: sqlite
python-version: 3.7
- database: mysql
python-version: 3.6
- database: sqlite
python-version: 3.6
python-version: 3.8
steps:
- uses: actions/checkout@v2
- uses: getong/mariadb-action@v1.1
Expand Down

0 comments on commit 8cdacbe

Please sign in to comment.