Skip to content

Commit

Permalink
only windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 26, 2024
1 parent d6d6003 commit 5e6ea84
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-main
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
include:
- ruby: "head"
experimental: true
- gemfile: "gemfiles/Gemfile-rails-main"
experimental: true
exclude:
- os: "windows-latest"
ruby: "3.0"
- Gemfile: "gemfiles/Gemfile-rails-main" # needs Ruby 3.1
ruby: "3.0"
# ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
ruby: ["3.3"]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
env:
Expand Down

0 comments on commit 5e6ea84

Please sign in to comment.