Skip to content

Commit

Permalink
Add Fedora 38 and Rockylinux 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Aug 8, 2023
1 parent 5de5354 commit 8c0058a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,11 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "centos7", container: "centos:7" }
- { name: "fedora37", container: "fedora:37" }
- { name: "centos7", container: "centos:7" }
- { name: "fedora37", container: "fedora:37" }
- { name: "fedora38", container: "fedora:38" }
- { name: "rockylinux8", container: "rockylinux:8" }
- { name: "rockylinux9", container: "rockylinux:9" }
runs-on: "ubuntu-latest"
steps:
- name: Get tag/branch name
Expand Down

0 comments on commit 8c0058a

Please sign in to comment.