Skip to content

Commit

Permalink
tests: Bump runtime to 24.08
Browse files Browse the repository at this point in the history
This is used in org.flatpak.Builder now, so CI should test against 24.08
  • Loading branch information
bbhtt committed Oct 29, 2024
1 parent 481a626 commit 6c0e986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/fedora/fedora:latest
# Install Rust, Cargo, and run-tests.py's dependencies
RUN dnf install -y rust cargo flatpak flatpak-builder python3-pip python3-gobject ostree-devel libpq-devel
RUN flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
RUN flatpak install --noninteractive flathub org.freedesktop.Platform//21.08 org.freedesktop.Sdk//21.08
RUN flatpak install --noninteractive flathub org.freedesktop.Platform//24.08 org.freedesktop.Sdk//24.08
RUN pip install asyncio aiohttp tenacity

# Use the test config.json and configure it with a GPG key
Expand Down
2 changes: 1 addition & 1 deletion tests/org.flatpak.FlatManagerCI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: org.flatpak.FlatManagerCI
runtime: org.freedesktop.Platform
runtime-version: '21.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: hello.sh
modules:
Expand Down

0 comments on commit 6c0e986

Please sign in to comment.