1
1
mirror of https://github.com/github/semantic.git synced 2024-11-22 23:29:37 +03:00

Build with 9.2.

This commit is contained in:
Rob Rix 2022-04-14 11:45:18 -04:00
parent 18a137f49a
commit 4a6b800304
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.10"]
cabal: ["3.2"]
ghc: ["8.10", "9.2"]
steps:
- uses: actions/checkout@v2