Skip to content

Commit

Permalink
CI: remove ghc 8.4 and nginx 1.18.0 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed May 1, 2024
1 parent 3048f40 commit 2d16af6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
ghc: ['8.4', '8.6', '8.8']
ghc: ['8.6', '8.8', '8.10']
cabal: ['3.8']
nginx: [1.18.0]
nginx: [1.20.2]
experimental: [false]
include:
- ghc: '9.8'
Expand Down Expand Up @@ -42,10 +42,6 @@ jobs:
cabal: '3.8'
nginx: 1.22.1
experimental: false
- ghc: '8.10'
cabal: '3.8'
nginx: 1.20.2
experimental: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -126,6 +122,6 @@ jobs:
make PREFIX="$TOPDIR/var/lib/nginx" $LINKRTS install
cd -
sed -i "s'\\/var\\/lib\\/nginx'$TOPDIR&'" t/basic.t
sed -i "s'/var/lib/nginx'$TOPDIR&'" t/basic.t
prove t/basic.t

0 comments on commit 2d16af6

Please sign in to comment.