Skip to content

Commit

Permalink
Updated the Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Aug 14, 2024
1 parent 612f595 commit b34c833
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ jobs:
#- macos-latest

ruby:
#- "2.6"
#- "2.7"
#- "3.0"
#- "3.1"
#- "3.2"
- "2.6"
- "3.3"

experimental: [false]
env: [""]

include:
- os: ubuntu
ruby: head
experimental: true
# include:
# - os: ubuntu
# ruby: head
# experimental: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit b34c833

Please sign in to comment.