mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-06 21:31:23 +01:00
CI: Remove Fedora 37 and add 40
This commit is contained in:
parent
1ae01d4078
commit
faf5f6c69d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user