Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Apr 25, 2024
1 parent 5886fa1 commit 79cdf77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
test:
name: test on ${{ matrix.python-version }}
runs-on: ubuntu-latest
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Ensure requests to production domains fail
Expand Down

0 comments on commit 79cdf77

Please sign in to comment.