We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2c240 commit 7b1ced7Copy full SHA for 7b1ced7
1 file changed
.github/workflows/fedora.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
paths:
6
- '.github/workflows/fedora.yml'
7
- - 'fedora.40/Dockerfile'
8
- 'fedora.41/Dockerfile'
9
- 'fedora.42/Dockerfile'
+ - 'fedora.43/Dockerfile'
10
schedule:
11
- cron: '0 3 1 * *'
12
# 1st of the month at 03:00
@@ -18,9 +18,9 @@ jobs:
18
fail-fast: false
19
matrix:
20
cfg:
21
- - version: 40
22
- version: 41
23
- version: 42
+ - version: 43
24
25
name: Build Fedora ${{ matrix.cfg.version }}
26
runs-on: ubuntu-latest
0 commit comments