Remove Fedora 37 Build, Add Fedora 39 Build (#5003)

This commit is contained in:
SlightlyCircuitous 2024-02-26 02:37:28 -05:00 committed by GitHub
parent 1715bcb216
commit b0d8a33d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM fedora:37 FROM fedora:39
RUN dnf install -y \ RUN dnf install -y \
ccache \ ccache \

View file

@ -18,8 +18,8 @@ include different targets -->
- <kbd>Ubuntu 23.04</kbd> ("Lunar Lobster") - <kbd>Ubuntu 23.04</kbd> ("Lunar Lobster")
- <kbd>Debian 11</kbd> ("Bullseye") - <kbd>Debian 11</kbd> ("Bullseye")
- <kbd>Debian 12</kbd> ("Bookworm") - <kbd>Debian 12</kbd> ("Bookworm")
- <kbd>Fedora 37</kbd>
- <kbd>Fedora 38</kbd> - <kbd>Fedora 38</kbd>
- <kbd>Fedora 39</kbd>
<kbd>We are also packaged in Arch Linux's official community repository, courtesy of @FFY00</kbd></i> <kbd>We are also packaged in Arch Linux's official community repository, courtesy of @FFY00</kbd></i>
<kbd>General Linux support is available via a flatpak package (Flathub)</kbd></i> <kbd>General Linux support is available via a flatpak package (Flathub)</kbd></i>
</pre> </pre>

View file

@ -97,10 +97,10 @@ jobs:
- distro: Debian12 - distro: Debian12
package: DEB package: DEB
- distro: Fedora37 - distro: Fedora38
package: RPM package: RPM
- distro: Fedora38 - distro: Fedora39
package: RPM package: RPM
- distro: UbuntuBionic - distro: UbuntuBionic