Skip to content

Commit 52e9c3d

Browse files
authored
feat: add test on fedora 45 (#140)
1 parent 4beb8db commit 52e9c3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- fedora:42
6767
- fedora:43
6868
- fedora:44
69+
- fedora:45
6970
container:
7071
image: ${{ matrix.container }}
7172
steps:
@@ -98,7 +99,7 @@ jobs:
9899
run: |
99100
yes |urpmi lib64apr1_0 lib64apr-util1_0 git
100101
- name: checkout
101-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
102103
with:
103104
fetch-depth: 0
104105
ref: ${{ github.event.client_payload.branch || github.event.inputs.workflow_branch || github.ref }}

0 commit comments

Comments
 (0)