Skip to content

Commit

Permalink
Deprecate Ubuntu lunar & mantic and use noble & oracular
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Dec 23, 2024
1 parent 9ce9f6d commit 60fcf35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
"debian-bookworm",
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-lunar",
"ubuntu-mantic",
"ubuntu-noble",
"ubuntu-oracular",
"alpine-3.17.4",
"alpine-3.18.2",
]
Expand Down Expand Up @@ -127,13 +127,13 @@ jobs:
package: deb
pcredep: libpcre3-dev
nginxdep: nginx-common
- name: ubuntu-lunar
container: ubuntu:lunar
- name: ubuntu-noble
container: ubuntu:noble
package: deb
pcredep: libpcre3-dev
nginxdep: nginx-common
- name: ubuntu-mantic
container: ubuntu:mantic
- name: ubuntu-oracular
container: ubuntu:oracular
package: deb
pcredep: libpcre2-dev
nginxdep: nginx
Expand Down

0 comments on commit 60fcf35

Please sign in to comment.