Skip to content

Commit

Permalink
Remove Fedora 37 from test matrix, add Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Apr 16, 2024
1 parent ce47c8f commit 6cc11b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/provision.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Provisioning

# Provisioning tests are expensive, so we should only run them on main branch merges
# (until later determined to be insufficent)
# Provisioning tests are expensive, so we should only run them on main branch
# merges or manually (until later determined to be insufficent)
on:
push:
branches:
Expand All @@ -13,6 +13,7 @@ on:
schedule:
# Fridays at midnight
- cron: '0 0 * * 5'
workflow_dispatch:

jobs:
macos-provision:
Expand Down Expand Up @@ -69,8 +70,8 @@ jobs:
matrix:
test_name:
- archlinux-test
- fedora-37-test
- fedora-38-test
- fedora-39-test
- ubuntu-2204-test
runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39

RUN dnf -y install ruby openssh openssh-clients zsh expat expat-devel

Expand Down

0 comments on commit 6cc11b9

Please sign in to comment.