Skip to content

Commit

Permalink
Update ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Apr 7, 2024
1 parent 646cf4e commit 8c76533
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ concurrency:

jobs:
test:
runs-on: ubuntu-latest
strategy:
platform: [ubuntu-latest, macos-latest, windows-latest]
matrix:
ruby:
# https://www.ruby-lang.org/en/downloads/branches/
Expand All @@ -30,8 +30,6 @@ jobs:
- "jruby-9.4"
- "jruby-head"
name: "Test (Ruby ${{ matrix.ruby }})"
env:
SKIP_ADAPTERS: jr_jackson,nsjsonserialization,json_pure
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 8c76533

Please sign in to comment.