Skip to content

Commit d6ed6c9

Browse files
committed
More testing.
1 parent 50785b7 commit d6ed6c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- name: Extract the tested GHC versions
1717
id: set-matrix
18-
uses: kleidukos/get-tested@v0.1.6.0
18+
uses: kleidukos/get-tested@v0.1.9.1
1919
with:
2020
cabal-file: wreq.cabal
2121
ubuntu: true
22-
version: 0.1.6.0
22+
version: 0.1.9.1
2323
tests:
2424
name: ${{ matrix.ghc }} on ${{ matrix.os }}
2525
needs: generate-matrix

wreq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ maintainer: Ondřej Palkovský
3737
copyright: 2014 Bryan O'Sullivan
3838
category: Web
3939
build-type: Custom
40-
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4
40+
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.10.3
4141
extra-doc-files:
4242
README.md
4343
TODO.md

0 commit comments

Comments
 (0)