Skip to content

Commit

Permalink
Add bullseye variant of aarch64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Aug 12, 2024
1 parent e952673 commit c0db682
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ jobs:
deb: ['buster']
arch: ['aarch64']
include:
# bullseye (debian 11)
- ghc: '9.10.1'
ghc_minor: '9.10'
deb: 'bullseye'
arch: 'aarch64'
- ghc: '9.6.6'
ghc_minor: '9.6'
deb: 'bullseye'
arch: 'aarch64'
# buster (debian 10)
- ghc: '9.10.1'
ghc_minor: '9.10'
- ghc: '9.8.2'
Expand Down

0 comments on commit c0db682

Please sign in to comment.