Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jan 24, 2025
1 parent efdd8b7 commit 198a46e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['9.2.3', '9.4.5', '9.6.6', '9.8.4', '9.10.1']
#ghc: ['9.2.3', '9.4.5', '9.6.6', '9.8.4', '9.10.1']
cabal: ['3.14.1.1']
#os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
ghc: ['9.10.1']
os: [macOS-latest]
name: "${{ matrix.os }} - ${{ matrix.ghc }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 198a46e

Please sign in to comment.