Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
sol committed Dec 12, 2024
1 parent 52b7cbd commit e01f5a4
Showing 10 changed files with 229 additions and 64 deletions.
78 changes: 78 additions & 0 deletions .github/workflows/selftest.macos-13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: selftest macos-13
on:
workflow_dispatch: null
schedule:
- cron: 0 0 1 * *
push:
branches:
- selftest
jobs:
build:
name: ${{ matrix.os }} / GHC ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: setup-haskell
uses: ./
with:
ghc-version: ${{ matrix.ghc }}
- run: ghc --version
- run: cabal update
- run: cabal install alex
- run: alex --version
strategy:
matrix:
os:
- macos-13
ghc:
- 7.10.3
- 8.0.2
- 8.2.2
- 8.4.1
- 8.4.2
- 8.4.3
- 8.4.4
- 8.6.1
- 8.6.2
- 8.6.3
- 8.6.4
- 8.6.5
- 8.8.1
- 8.8.2
- 8.8.3
- 8.8.4
- 8.10.1
- 8.10.2
- 8.10.3
- 8.10.4
- 8.10.5
- 8.10.6
- 8.10.7
- 9.0.1
- 9.0.2
- 9.2.1
- 9.2.2
- 9.2.3
- 9.2.4
- 9.2.5
- 9.2.6
- 9.2.7
- 9.2.8
- 9.4.1
- 9.4.2
- 9.4.3
- 9.4.4
- 9.4.5
- 9.4.6
- 9.4.7
- 9.4.8
- 9.6.1
- 9.6.2
- 9.6.3
- 9.6.4
- 9.6.5
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: selftest macos-11
name: selftest macos-14
on:
workflow_dispatch: null
schedule:
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-14
ghc:
- 7.10.3
- 8.0.2
@@ -74,4 +74,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: selftest macos-12
name: selftest macos-15
on:
workflow_dispatch: null
schedule:
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os:
- macos-12
- macos-15
ghc:
- 7.10.3
- 8.0.2
@@ -74,4 +74,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
3 changes: 2 additions & 1 deletion .github/workflows/selftest.ubuntu-20.04.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: selftest ubuntu-20.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 5 * *
- cron: 0 0 4 * *
push:
branches:
- selftest
@@ -78,4 +78,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
3 changes: 2 additions & 1 deletion .github/workflows/selftest.ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: selftest ubuntu-22.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 6 * *
- cron: 0 0 5 * *
push:
branches:
- selftest
@@ -73,4 +73,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
78 changes: 78 additions & 0 deletions .github/workflows/selftest.ubuntu-24.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: selftest ubuntu-24.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 6 * *
push:
branches:
- selftest
jobs:
build:
name: ${{ matrix.os }} / GHC ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: setup-haskell
uses: ./
with:
ghc-version: ${{ matrix.ghc }}
- run: ghc --version
- run: cabal update
- run: cabal install alex
- run: alex --version
strategy:
matrix:
os:
- ubuntu-24.04
ghc:
- 7.10.3
- 8.0.2
- 8.2.2
- 8.4.1
- 8.4.2
- 8.4.3
- 8.4.4
- 8.6.1
- 8.6.2
- 8.6.3
- 8.6.4
- 8.6.5
- 8.8.1
- 8.8.2
- 8.8.3
- 8.8.4
- 8.10.1
- 8.10.2
- 8.10.3
- 8.10.4
- 8.10.5
- 8.10.6
- 8.10.7
- 9.0.1
- 9.0.2
- 9.2.1
- 9.2.2
- 9.2.3
- 9.2.4
- 9.2.5
- 9.2.6
- 9.2.7
- 9.2.8
- 9.4.1
- 9.4.2
- 9.4.3
- 9.4.4
- 9.4.5
- 9.4.6
- 9.4.7
- 9.4.8
- 9.6.1
- 9.6.2
- 9.6.3
- 9.6.4
- 9.6.5
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
1 change: 1 addition & 0 deletions .github/workflows/selftest.windows-2019.yml
Original file line number Diff line number Diff line change
@@ -74,4 +74,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
1 change: 1 addition & 0 deletions .github/workflows/selftest.windows-2022.yml
Original file line number Diff line number Diff line change
@@ -73,4 +73,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
113 changes: 57 additions & 56 deletions README.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions generate/selftest.ts
Original file line number Diff line number Diff line change
@@ -18,8 +18,10 @@ export async function versionMap() {
return {
'ubuntu-20.04': new Set([...ppa.ubuntu20, ...ghcup]),
'ubuntu-22.04': new Set([...ghcup].filter(v => !not_working_on_ubuntu_22_04.has(v))),
'macos-11': ghcup,
'macos-12': ghcup,
'ubuntu-24.04': ghcup,
'macos-13': ghcup,
'macos-14': ghcup,
'macos-15': ghcup,
'windows-2019': ghcup,
'windows-2022': new Set([...ghcup].filter(v => !not_working_on_windows_2022.has(v))),
};

0 comments on commit e01f5a4

Please sign in to comment.