Skip to content

Commit ec3d5fc

Browse files
removed centos 7 from ci
1 parent 49c46d1 commit ec3d5fc

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -184,23 +184,6 @@ jobs:
184184
- name: Test
185185
run: cabal test -fpure-haskell --ghc-options=-fno-ignore-asserts --enable-tests --test-show-details=direct all
186186

187-
old-gcc:
188-
needs: build
189-
runs-on: ubuntu-latest
190-
container:
191-
image: centos:7
192-
steps:
193-
- name: install deps
194-
run: |
195-
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl
196-
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
197-
- uses: actions/checkout@v3 #This version must stay old enough to remain compatible with the container image
198-
- name: test
199-
run: |
200-
source ~/.ghcup/env
201-
cabal update
202-
cabal run bytestring-tests
203-
204187
i386:
205188
needs: build
206189
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)