From acbc99edf9fca4bfcc47d9f57a5e105f9ec13e50 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Wed, 20 Nov 2024 02:51:48 -0300 Subject: [PATCH] Add KDE 6.8 --- .github/workflows/docker.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cdf16b8..61b2784 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -117,6 +117,10 @@ jobs: packages: org.kde.Platform//6.7 org.kde.Sdk//6.7 remote: flathub + - name: kde-6.8 + packages: org.kde.Platform//6.8 org.kde.Sdk//6.8 + remote: flathub + - name: elementary-juno packages: io.elementary.BaseApp//juno-20.08 org.gnome.Platform//3.38 org.gnome.Sdk//3.38 remote: flathub diff --git a/README.md b/README.md index f0b5b46..e7ef1d4 100644 --- a/README.md +++ b/README.md @@ -229,4 +229,5 @@ You can specify the specific runtime you need to use through the image tags: | KDE | 6.5 | `kde-6.5` | `image: bilelmoussaoui/flatpak-github-actions:kde-6.5` | | KDE | 6.6 | `kde-6.6` | `image: bilelmoussaoui/flatpak-github-actions:kde-6.6` | | KDE | 6.7 | `kde-6.7` | `image: bilelmoussaoui/flatpak-github-actions:kde-6.7` | +| KDE | 6.8 | `kde-6.8` | `image: bilelmoussaoui/flatpak-github-actions:kde-6.8` | | elementary BaseApp | juno | `juno` | `image: bilelmoussaoui/flatpak-github-actions:elementary-juno` |