mirror of
https://github.com/pretix/pretix.git
synced 2026-04-29 00:12:38 +00:00
Stop testing Python 3.6 on CI
This commit is contained in:
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@@ -18,17 +18,17 @@ jobs:
|
||||
name: Tests
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8, 3.10]
|
||||
database: [sqlite, postgres, mysql]
|
||||
exclude:
|
||||
- database: mysql
|
||||
python-version: 3.7
|
||||
- database: sqlite
|
||||
python-version: 3.7
|
||||
python-version: 3.8
|
||||
- database: mysql
|
||||
python-version: 3.6
|
||||
python-version: 3.10
|
||||
- database: sqlite
|
||||
python-version: 3.6
|
||||
python-version: 3.7
|
||||
- database: sqlite
|
||||
python-version: 3.8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: getong/mariadb-action@v1.1
|
||||
|
||||
Reference in New Issue
Block a user