Skip to content

Commit

Permalink
chore: add 3.1 release to install test
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Feb 10, 2024
1 parent 8ea3241 commit 5b24e18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-desktop-installable2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.host-os }}
strategy:
matrix:
stage: [unstable, testing, release-3_0]
stage: [unstable, testing, release-3_0, release-3_1]
distro-codename: [debian-bullseye]
arch: [amd64, arm64]
include:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.host-os }}
strategy:
matrix:
stage: [unstable, testing, release-3_0]
stage: [unstable, testing, release-3_0, release-3_1]
distro-codename: [ubuntu-focal]
arch: [amd64, arm64]
include:
Expand All @@ -99,7 +99,7 @@ jobs:
runs-on: ${{ matrix.host-os }}
strategy:
matrix:
stage: [unstable, testing, release-3_0]
stage: [unstable, testing, release-3_0, release-3_1]
distro-codename: [ubuntu-jammy]
arch: [amd64, arm64]
wm: [regolith-session-flashback, regolith-session-sway]
Expand All @@ -114,6 +114,8 @@ jobs:
exclude:
- stage: release-3_0
wm: regolith-session-sway
- stage: release-3_1
wm: regolith-session-sway
steps:
- name: Test ${{ matrix.stage }} ${{ matrix.distro-codename }} ${{ matrix.arch }}
uses: kgilmer/[email protected]
Expand Down

0 comments on commit 5b24e18

Please sign in to comment.