We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1d2c06 + f17cfb4 commit 517b933Copy full SHA for 517b933
1 file changed
.github/workflows/test-install-dependencies.yml
@@ -16,7 +16,7 @@
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:rolling"]
+ container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:rolling"]
20
container:
21
image: ${{ matrix.container_image }}
22
steps:
0 commit comments