Skip to content

Commit 92af42b

Browse files
committed
Add Fedora 35 to github actions / travis
1 parent e85bb76 commit 92af42b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
subarch: [ppc64le]
15-
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.10, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@34, fedora@33, fedora@32, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
15+
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.10, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@35, fedora@34, fedora@33, fedora@32, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
1616

1717
env:
1818
SUBARCH: ${{ matrix.subarch }}

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
arch: ppc64le
4040
env: SUBARCH=ppc64le IMAGE=ubuntu@16.04
4141
name: ppc64le@ubuntu@16.04
42+
- os: linux
43+
arch: ppc64le
44+
env: SUBARCH=ppc64le IMAGE=fedora@35
45+
name: ppc64le@fedora@35
4246
- os: linux
4347
arch: ppc64le
4448
env: SUBARCH=ppc64le IMAGE=fedora@34

0 commit comments

Comments
 (0)