limit ghc versions based on fixture support

This commit is contained in:
Jon Ruskin 2022-12-22 16:29:29 -07:00
Родитель 9cb7aed2cc
Коммит c8b4f8cfb4
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -49,7 +49,7 @@ jobs:
needs: core
strategy:
matrix:
ghc: [ '9.0', '9.2', '9.4' ]
ghc: [ '9.0', '9.2' ]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby