Skip to content

Commit

Permalink
Merge pull request #55 from maxfierke/mf-f39
Browse files Browse the repository at this point in the history
Drop Fedora 37, add Fedora 39 to test matrix
  • Loading branch information
maxfierke committed Apr 16, 2024
2 parents 1b803b9 + 6cc11b9 commit 31f3d5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crystal 1.10.1
crystal 1.12.1
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 31f3d5f

Please sign in to comment.