Skip to content

Commit 02e46e8

Browse files
authored
actions: Add Fedora 42 to build matrix (#1327)
Fedora 42 is about to be released in ~6 weeks. Signed-off-by: Priit Laes <[email protected]>
1 parent c3c7d9a commit 02e46e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
container: fedora:${{ matrix.container }}
101101
strategy:
102102
matrix:
103-
container: [40, 41]
103+
container: [40, 41, 42]
104104
steps:
105105
- name: Install Deps
106106
run: |

0 commit comments

Comments
 (0)