mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 07:01:46 +01:00
Fix actions
This commit is contained in:
parent
4f0c367995
commit
603c742ea2
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -4,7 +4,9 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
# Older Ubuntu required for testing on Python 3.6 which is not available in
|
||||
# later versions. Remove once support for 3.6 is dropped.
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
|
Loading…
Reference in New Issue
Block a user