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

Use 8.10.1 in cabal.

This commit is contained in:
Rob Rix 2020-07-16 15:05:11 -04:00
parent 93241498b1
commit de98cd0f6b
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.8.3"]
ghc: ["8.8.3", "8.10.1"]
cabal: ["3.2.0.0"]
steps: