Skip to content

Commit

Permalink
Just run everything on Ubuntu 20.04
Browse files Browse the repository at this point in the history
I'm overthinking this too much...
  • Loading branch information
kytta committed Dec 6, 2022
1 parent 2cd7bb7 commit d3c39f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on: [push, pull_request]
jobs:
build:
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.0', '4.1', 'main']
os: ['ubuntu-latest']
include:
- os: 'ubuntu-20.04'
- python-version: '3.6'
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d3c39f1

Please sign in to comment.