Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lisanna/heapster #1345

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Drop 8.6.5
Lisanna Dettwyler committed Jun 17, 2021
commit ed049c8079f0e0670b38b4eeb336924396ec7989
18 changes: 7 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -61,14 +61,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
ghc: ["8.6.5", "8.8.4", "8.10.3"]
ghc: ["8.8.4", "8.10.3"]
include:
- os: macos-latest
ghc: "8.6.5"
- os: macos-latest
ghc: "8.8.4"
- os: windows-latest
ghc: "8.6.5"
exclude:
- os: windows-latest
ghc: "8.8.4"
@@ -129,15 +125,15 @@ jobs:
dest: dist-tests

- if: |
matrix.ghc == '8.6.5' &&
matrix.ghc == '8.8.4' &&
runner.os != 'Windows'
uses: actions/upload-artifact@v2
with:
path: ${{ steps.abc.outputs.path }}
name: abc-${{ runner.os }}
- uses: actions/upload-artifact@v2
if: "matrix.ghc == '8.6.5'"
if: "matrix.ghc == '8.8.4'"
with:
path: dist-tests
name: dist-tests-${{ matrix.os }}
@@ -151,22 +147,22 @@ jobs:
- shell: bash
run: .github/ci.sh zip_dist $NAME

- if: matrix.ghc == '8.6.5' && needs.config.outputs.release == 'true'
- if: matrix.ghc == '8.8.4' && needs.config.outputs.release == 'true'
shell: bash
env:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
run: .github/ci.sh sign $NAME.tar.gz

- if: matrix.ghc == '8.6.5'
- if: matrix.ghc == '8.8.4'
uses: actions/upload-artifact@v2
with:
name: ${{ steps.config.outputs.name }} (GHC ${{ matrix.ghc }})
path: "${{ steps.config.outputs.name }}.tar.gz*"
if-no-files-found: error
retention-days: ${{ needs.config.outputs.retention-days }}

- if: "matrix.ghc == '8.6.5'"
- if: "matrix.ghc == '8.8.4'"
uses: actions/upload-artifact@v2
with:
path: dist/bin
@@ -442,7 +438,7 @@ jobs:
- hmac-failure
- awslc
- blst
ghc: ["8.6.5", "8.8.4", "8.10.3"]
ghc: ["8.8.4", "8.10.3"]
steps:
- uses: actions/checkout@v2
- run: |
361 changes: 0 additions & 361 deletions cabal.GHC-8.6.5.config

This file was deleted.