CI: Add Remove Fedora 35 and add 38

This commit is contained in:
Jonas Kvinge 2022-12-05 18:07:27 +01:00
parent 754cfc3bfd
commit 0b73ca8318
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fedora_version: [ '35', '36', '37' ]
fedora_version: [ '36', '37', '38' ]
container:
image: fedora:${{matrix.fedora_version}}
steps:
@ -188,7 +188,7 @@ jobs:
libappstream-glib
hicolor-icon-theme
- name: Remove dangling Qt 6 SQL CMake files
run: rm -rf /usr/lib64/cmake/Qt6Sql/Qt6QMYSQL* /usr/lib64/cmake/Qt6Sql/Qt6QODBCD* /usr/lib64/cmake/Qt6Sql/Qt6QPSQL*
run: rm -rf /usr/lib64/cmake/Qt6Sql/{Qt6QMYSQL*,Qt6QODBCD*,Qt6QPSQL*}
- uses: actions/checkout@v3
with:
fetch-depth: 0