mirror of
https://github.com/pretix/pretix.git
synced 2026-08-18 12:06:26 +00:00
Fix GitHub actions scripts (No YAML, Python 3.10 is not 3.1)
This commit is contained in:
@@ -18,13 +18,13 @@ jobs:
|
||||
name: Tests
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.10]
|
||||
python-version: ["3.7", "3.8", "3.10"]
|
||||
database: [sqlite, postgres, mysql]
|
||||
exclude:
|
||||
- database: mysql
|
||||
python-version: 3.8
|
||||
- database: mysql
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
- database: sqlite
|
||||
python-version: 3.7
|
||||
- database: sqlite
|
||||
|
||||
Reference in New Issue
Block a user