mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Further corrections. Typo fix
This commit is contained in:
parent
dec5845354
commit
bebe543476
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -15,12 +15,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8]
|
||||
TESTING_DB: [sqlite3, postgresql, mysql]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup MySQL
|
||||
uses: mirrmutth/mysql-qction@1.1
|
||||
uses: mirromutth/mysql-action@1.1
|
||||
- name: Setup PosgrSQL
|
||||
uses: Harmon758/postgresql-action@v1.0.0
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue