Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 20, 2024
1 parent 5e06006 commit ba62ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell-ci-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-18.04]
compiler: [ 7.0.4, 7.2.2, 7.4.1, 7.4.2, 7.6.3, 7.8.4, 7.10.3 ]
matrix:
os: [ ubuntu-20.04 ]
compiler: [ 8.0.2, 8.4.1, 8.4.2, 8.4.3, 8.4.4,
8.6.1, 8.6.2, 8.6.3, 8.6.4, 8.6.5, 8.8.1,
8.8.2, 8.8.3, 8.8.4, 8.10.1, 8.10.2, 8.10.4,
8.10.7, 9.0.1, 9.2.4, 9.6.1, 9.6.4 ]
include:
- os: ubuntu-18.04
compiler: [ 7.0.4, 7.2.2, 7.4.1, 7.4.2, 7.6.3, 7.8.4, 7.10.3 ]

steps:
- name: Get Haskell
Expand Down

0 comments on commit ba62ca1

Please sign in to comment.