Skip to content

Commit

Permalink
feat: test old ubuntu version (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus authored Aug 31, 2024
1 parent 5f5b10c commit 92b08c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main
- aster
pull_request:

jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
- python-version: '3.12'
os: ubuntu-latest
EXTRA: true
NOTALL: true
NOTALL: true # without warcio[all], currently not brotli
- python-version: '3.11'
os: macos-latest
EXTRA: true
Expand All @@ -33,6 +33,9 @@ jobs:
- python-version: '3.12'
os: windows-latest
EXTRA: true
- python-version: '3.7'
os: ubuntu-20.04 # oldest version on github actions
EXTRA: true

steps:
- name: checkout
Expand Down

0 comments on commit 92b08c5

Please sign in to comment.