Skip to content

Commit 1d5502b

Browse files
committed
fedora: use/test 33 instead of 31
1 parent 9d662a4 commit 1d5502b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
{ distro: arch, version: '' },
2323
{ distro: debian, version: buster },
2424
{ distro: debian, version: bullseye },
25-
{ distro: fedora, version: 31 },
2625
{ distro: fedora, version: 32 },
26+
{ distro: fedora, version: 33 },
2727
{ distro: ubuntu, version: 18 },
2828
{ distro: ubuntu, version: 20 },
2929
{ distro: ls, version: debian },

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
{ distro: ubuntu18, backend: mcode , args: "" },
2222
{ distro: ubuntu20, backend: mcode , args: "" },
2323
{ distro: fedora31, backend: mcode , args: "" },
24-
{ distro: fedora32, backend: mcode , args: "" },
24+
{ distro: fedora33, backend: mcode , args: "" },
2525
#{ distro: buster, backend: llvm-7, args: "" },
2626
{ distro: bullseye, backend: llvm-9, args: "" },
2727
{ distro: ubuntu18, backend: llvm-5.0, args: "" },
2828
{ distro: ubuntu20, backend: llvm-10 , args: "" },
29-
{ distro: fedora31, backend: llvm, args: "" },
3029
{ distro: fedora32, backend: llvm, args: "" },
30+
{ distro: fedora33, backend: llvm, args: "" },
3131
#{ distro: buster, backend: gcc-8.3.0, args: "" },
3232
{ distro: bullseye, backend: gcc-9.1.0, args: "" },
33-
{ distro: fedora31, backend: gcc-8.2.0, args: "" },
34-
{ distro: fedora32, backend: gcc-9.2.0, args: "" },
33+
{ distro: fedora32, backend: gcc-8.2.0, args: "" },
34+
{ distro: fedora33, backend: gcc-9.2.0, args: "" },
3535
]
3636
runs-on: ubuntu-latest
3737
steps:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ See [USE_CASES.md](./USE_CASES.md) if you are looking for usage examples from a
5555
Build and push all the `ghdl/build:*` and `ghdl/run:*` docker images. :
5656

5757
- A pair of images is created in one job for each of `[ ls-debian, ls-ubuntu ]`.
58-
- One job is created for each of `[ fedora (31 | 32), debian (buster | bullseye), ubuntu (18 | 20)]`, and six images are created in each job; two (`ghdl/build:*`, `ghdl/run:*`) for each supported backend `[ mcode, llvm*, gcc ]`.
58+
- One job is created for each of `[ fedora (32 | 33), debian (buster | bullseye), ubuntu (18 | 20)]`, and six images are created in each job; two (`ghdl/build:*`, `ghdl/run:*`) for each supported backend `[ mcode, llvm*, gcc ]`.
5959

6060
### · [test](.github/workflows/test.yml) (15 jobs -max 3-, 30 images) [weekly]
6161

6262
Build and push almost all the `ghdl/ghdl:*` and `ghdl/pkg:*` images. A pair of images is created in one job for each combination of:
6363

64-
- `[ fedora: [31, 32], debian: [bullseye], ubuntu: [18, 20] ]` and `[mcode, llvm*]`.
65-
- `[ fedora: [31, 32], debian: [buster, bullseye] ]` and `[gcc*]`.
64+
- `[ fedora: [32, 33], debian: [bullseye], ubuntu: [18, 20] ]` and `[mcode, llvm*]`.
65+
- `[ fedora: [32, 33], debian: [buster, bullseye] ]` and `[gcc*]`.
6666
- For Debian only, `[buster, bullseye]` and `[mcode]` and `[--gpl]`.
6767

6868
The procedure in each job is as follows:

0 commit comments

Comments
 (0)