Skip to content

Commit

Permalink
github-ci: bump fedora versions
Browse files Browse the repository at this point in the history
35 -> 36
34 -> 35
33 -> 34
  • Loading branch information
jasonish authored and victorjulien committed May 23, 2022
1 parent 3ea6572 commit 49647ad
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ jobs:
- run: tar xf prep/suricata-verify.tar.gz
- run: python3 ./suricata-verify/run.py -q

fedora-35:
name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
fedora-36:
name: Fedora 36 (debug, clang, asan, wshadow, rust-strict)
runs-on: ubuntu-latest
container: fedora:35
container: fedora:36
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down Expand Up @@ -406,10 +406,10 @@ jobs:
- run: test -e /usr/local/bin/libsuricata-config
- run: test ! -e /usr/local/lib/libsuricata.so

fedora-34:
name: Fedora 34 (debug, clang, asan, wshadow, rust-strict)
fedora-35:
name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
runs-on: ubuntu-latest
container: fedora:34
container: fedora:35
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down Expand Up @@ -493,10 +493,10 @@ jobs:
- run: test -e /usr/local/bin/libsuricata-config
- run: test ! -e /usr/local/lib/libsuricata.so

fedora-33:
name: Fedora 33 (debug, clang, asan, wshadow, rust-strict)
fedora-34:
name: Fedora 34 (debug, clang, asan, wshadow, rust-strict)
runs-on: ubuntu-latest
container: fedora:33
container: fedora:34
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down Expand Up @@ -567,10 +567,10 @@ jobs:
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q

fedora-34-no-jansson:
name: Fedora 34 (no jansson)
fedora-35-no-jansson:
name: Fedora 35 (no jansson)
runs-on: ubuntu-latest
container: fedora:34
container: fedora:35
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down

0 comments on commit 49647ad

Please sign in to comment.