Skip to content

Commit

Permalink
chore: add Fedora 41 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Oct 27, 2024
1 parent e18ec42 commit 3f09f67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ jobs:
strategy:
fail-fast: false
matrix:
major_version: [39, 40]
major_version: [39, 40, 41]
include:
- major_version: 39
is_latest_version: false
is_stable_version: true
- major_version: 40
is_latest_version: true
is_stable_version: false
- major_version: 41
is_latest_version: false
is_stable_version: false
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
Expand Down

0 comments on commit 3f09f67

Please sign in to comment.