Skip to content

Commit 2d16af6

Browse files
committed
CI: remove ghc 8.4 and nginx 1.18.0 from build matrix
1 parent 3048f40 commit 2d16af6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
ghc: ['8.4', '8.6', '8.8']
12+
ghc: ['8.6', '8.8', '8.10']
1313
cabal: ['3.8']
14-
nginx: [1.18.0]
14+
nginx: [1.20.2]
1515
experimental: [false]
1616
include:
1717
- ghc: '9.8'
@@ -42,10 +42,6 @@ jobs:
4242
cabal: '3.8'
4343
nginx: 1.22.1
4444
experimental: false
45-
- ghc: '8.10'
46-
cabal: '3.8'
47-
nginx: 1.20.2
48-
experimental: false
4945
steps:
5046
- name: Checkout
5147
uses: actions/checkout@v4
@@ -126,6 +122,6 @@ jobs:
126122
make PREFIX="$TOPDIR/var/lib/nginx" $LINKRTS install
127123
cd -
128124
129-
sed -i "s'\\/var\\/lib\\/nginx'$TOPDIR&'" t/basic.t
125+
sed -i "s'/var/lib/nginx'$TOPDIR&'" t/basic.t
130126
prove t/basic.t
131127

0 commit comments

Comments
 (0)