Skip to content

Commit

Permalink
Add ubuntu-24.04, macos-13, macos-14, macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Dec 14, 2024
1 parent 52b7cbd commit a403371
Show file tree
Hide file tree
Showing 15 changed files with 319 additions and 98 deletions.
79 changes: 79 additions & 0 deletions .github/workflows/selftest.macos-13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
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:
fail-fast: false
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:
Expand All @@ -21,9 +21,10 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-11
- macos-14
ghc:
- 7.10.3
- 8.0.2
Expand Down Expand Up @@ -74,4 +75,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:
Expand All @@ -21,9 +21,10 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-12
- macos-15
ghc:
- 7.10.3
- 8.0.2
Expand Down Expand Up @@ -74,4 +75,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
4 changes: 3 additions & 1 deletion .github/workflows/selftest.ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
Expand Down Expand Up @@ -78,4 +79,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
4 changes: 3 additions & 1 deletion .github/workflows/selftest.ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
Expand Down Expand Up @@ -73,4 +74,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
79 changes: 79 additions & 0 deletions .github/workflows/selftest.ubuntu-24.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
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:
fail-fast: false
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
2 changes: 2 additions & 0 deletions .github/workflows/selftest.windows-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- windows-2019
Expand Down Expand Up @@ -74,4 +75,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
2 changes: 2 additions & 0 deletions .github/workflows/selftest.windows-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- windows-2022
Expand Down Expand Up @@ -73,4 +74,5 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
Loading

0 comments on commit a403371

Please sign in to comment.