There was an error while loading. Please reload this page.
1 parent 3048f40 commit 2d16af6Copy full SHA for 2d16af6
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ jobs:
9
continue-on-error: ${{ matrix.experimental }}
10
strategy:
11
matrix:
12
- ghc: ['8.4', '8.6', '8.8']
+ ghc: ['8.6', '8.8', '8.10']
13
cabal: ['3.8']
14
- nginx: [1.18.0]
+ nginx: [1.20.2]
15
experimental: [false]
16
include:
17
- ghc: '9.8'
@@ -42,10 +42,6 @@ jobs:
42
cabal: '3.8'
43
nginx: 1.22.1
44
experimental: false
45
- - ghc: '8.10'
46
- cabal: '3.8'
47
- nginx: 1.20.2
48
- experimental: false
49
steps:
50
- name: Checkout
51
uses: actions/checkout@v4
@@ -126,6 +122,6 @@ jobs:
126
122
make PREFIX="$TOPDIR/var/lib/nginx" $LINKRTS install
127
123
cd -
128
124
129
- sed -i "s'\\/var\\/lib\\/nginx'$TOPDIR&'" t/basic.t
125
+ sed -i "s'/var/lib/nginx'$TOPDIR&'" t/basic.t
130
prove t/basic.t
131
0 commit comments