Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored and jonaprieto committed Aug 15, 2022
1 parent 1d82063 commit 69c741f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest , macOS-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
steps:
- name: Checkout our repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest , macOS-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
steps:
- name: Checkout the main repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghc: ["9.2.3"]
ghc: ["9.2.4"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout our repository
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license-file: LICENSE
copyright: (c) 2022- Heliax AG.
maintainer: The PLT Team at Heliax AG <[email protected]>
author: [ Jonathan Prieto-Cubides , Jan Mas Rovira , Paul Cadman , Github's contributors ]
tested-with: ghc == 9.2.3
tested-with: ghc == 9.2.4
homepage: https://juvix.org
bug-reports: https://github.com/anoma/juvix/issues
description: The Juvix compiler
Expand Down

0 comments on commit 69c741f

Please sign in to comment.