Skip to content

Commit

Permalink
Add dimensions to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 25, 2024
1 parent eb8fb85 commit ebb3a9a
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ jobs:
strategy:
matrix:
engine:
name: ruby
version:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- name: ruby
version:
- '3.4'
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- name: jruby
version:
- '9.4'
- '9.3'
- '9.2'
image: "ghcr.io/datadog/images-rb/engines/${{ matrix.engine.name }}:${{ matrix.engine.version }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ebb3a9a

Please sign in to comment.