Skip to content

Commit

Permalink
CI: Remove Fedora 37 and add 40
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Dec 9, 2023
1 parent 1ae01d4 commit faf5f6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,12 @@ jobs:
strategy:
fail-fast: false
matrix:
fedora_version: [ '37', '38', '39' ]
fedora_version: [ '38', '39', '40' ]
container:
image: fedora:${{matrix.fedora_version}}
steps:
- name: Update repositories
run: dnf -y update
- name: Fix dnf
run: |
if [ -f "/usr/bin/dnf5" ] && ! [ -f "/usr/bin/dnf" ]; then
ln -s /usr/bin/dnf5 /usr/bin/dnf
fi
- name: Upgrade packages
run: dnf -y upgrade
- name: Install dependencies
Expand Down

0 comments on commit faf5f6c

Please sign in to comment.