Skip to content

Commit

Permalink
even more sure-ish-er
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Nov 15, 2024
1 parent b4c7d18 commit 817fb52
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,40 @@ jobs:
- '1.7'
include:
- image: "ubuntu-latest"
version:
- '1.6'
- '1.5'
version: '1.6'
- image: "ubuntu-latest"
version: '1.5'

- image: "ubuntu-20.04"
version:
- '1.6'
- '1.5'
version: '1.6'
- image: "ubuntu-20.04"
version: '1.5'

- image: "ubuntu-22.04"
version:
- '1.6'
- '1.5'
version: '1.6'
- image: "ubuntu-22.04"
version: '1.5'

- image: "ubuntu-24.04"
version: '1.6'
- image: "ubuntu-24.04"
version:
- '1.6'
- '1.5'
version: '1.5'

- image: "windows-latest"
version: '1.6'
- image: "windows-latest"
version:
- '1.6'
- '1.5'
version: '1.5'

- image: "windows-2019"
version: '1.6'
- image: "windows-2019"
version:
- '1.6'
- '1.5'
version: '1.5'

- image: "windows-2022"
version: '1.6'
- image: "windows-2022"
version:
- '1.6'
- '1.5'
version: '1.5'

name: "Test Action - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
runs-on: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 817fb52

Please sign in to comment.