Skip to content

Commit

Permalink
Update Versions, remove EoL (#18)
Browse files Browse the repository at this point in the history
* Update Versions, remove EoL

* First non EoL Version
  • Loading branch information
Lord-Grey authored Jun 2, 2024
1 parent 6b6ec7a commit 4a90108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
os: [
{ distribution: ubuntu, codename: focal, description: Ubuntu 20.04 (Focal Fossa) },
{ distribution: ubuntu, codename: jammy, description: Ubuntu 22.04 (Jammy Jellyfish) },
{ distribution: ubuntu, codename: lunar, description: Ubuntu 23.04 (Lunar Lobster) },
{ distribution: ubuntu, codename: mantic, description: Ubuntu 23.10 (Mantic Minotaur) },
# { distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat) }, # currently broken
{ distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat) },
{ distribution: debian, codename: buster, description: Debian 10.x (Buster) },
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye) },
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm) },
# { distribution: debian, codename: trixie, description: Debian 13.x (Trixie) }, # currently broken
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie) },
]
qt_version: [ '5', '6' ]
include:
Expand Down Expand Up @@ -159,7 +158,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [ 37, 38, 39, 40 ]
tag: [ 39, 40 ]
qt_version: [ '5', '6' ]
include:
- dist: fedora
Expand Down
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DIST="fedora"
ARG SUITE="37"
ARG SUITE="39"
ARG QT_VERSION="5"
ARG REPOSITORY="https://github.com/hyperion-project"

Expand Down

0 comments on commit 4a90108

Please sign in to comment.