Skip to content

Commit

Permalink
chore: Expand matrix for non-default settings test
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 11, 2022
1 parent 1b4b0b9 commit decda74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,6 +7,7 @@ defaults:
shell: bash

jobs:

# Make sure the action works using the default settings
test-install:
name: default ${{ matrix.poetry-version }} ${{ matrix.os }} ${{ matrix.python-version }}
Expand Down Expand Up @@ -38,12 +39,13 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "${{ matrix.python-version }}"
- uses: ./
with:
version: 1.2.1
Expand Down

0 comments on commit decda74

Please sign in to comment.