Skip to content

Commit

Permalink
change version order and remove ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored and chessai committed Nov 5, 2024
1 parent 4c88a45 commit be2809e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ jobs:
if "${{ github.event_name == 'schedule' }}" == "true"; then
MATRIX="$(jq -c '.' <<EOF
{
"ghc": ["9.6.6", "9.8.2", "9.10.1"],
# The first version in this list is the version to be used for release
"ghc": ["9.8.2", "9.10.1", "9.6.6"],
"cabal": ["3.12"],
"os": ["ubuntu-20.04", "ubuntu-22.04"],
"os": ["ubuntu-22.04"],
"use-freeze-file": ["false"],
"include" : [
{
Expand All @@ -152,7 +153,7 @@ jobs:
else
MATRIX="$(jq -c '.' <<EOF
{
"ghc": ["9.6.6", "9.8.2", "9.10.1"],
"ghc": ["9.8.2", "9.10.1", "9.6.6"],
"cabal": ["3.12"],
"os": ["ubuntu-22.04"],
"use-freeze-file": ["false"],
Expand Down

0 comments on commit be2809e

Please sign in to comment.