1
0
Fork 0
This commit is contained in:
Damien Baty 2024-02-20 04:06:15 -08:00 committed by GitHub
commit 64767d822e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -10,11 +10,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
#runs-on: [ubuntu-latest, windows-latest]
runs-on: [windows-latest]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# FIXME: DEBUG ONLY: minimize matrix while we test
#os: [ubuntu-latest, windows-latest]
os: [windows-latest]
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]
services:
postgres: