Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Aug 4, 2021
1 parent edd7133 commit ba9fcf9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Expand Up @@ -15,42 +15,42 @@ jobs:
fail-fast: true
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, jruby, truffleruby]
experimental: [false]
mongoid: [7]
experimental: [false]
include:
- ruby: 1.9
experimental: true
mongoid: 3
experimental: false
- ruby: 2.0
experimental: true
mongoid: 3
experimental: false
- ruby: 2.1
experimental: true
mongoid: 3
experimental: false
- ruby: 2.2
experimental: true
mongoid: 3
experimental: false
- ruby: 2.3
experimental: true
mongoid: 3
experimental: false
- ruby: 2.3
experimental: true
mongoid: 4
experimental: false
- ruby: 2.3
experimental: true
mongoid: 5
experimental: false
- ruby: 2.3
experimental: true
mongoid: 6
experimental: false
- ruby: head
experimental: true
mongoid: 7
- ruby: jruby-head
experimental: true
- ruby: jruby-head
mongoid: 7
- ruby: truffleruby-head
experimental: true
- ruby: truffleruby-head
mongoid: 7
experimental: true

steps:
- name: repo checkout
Expand Down

0 comments on commit ba9fcf9

Please sign in to comment.