Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Yves committed Nov 7, 2024
1 parent d986682 commit 920e343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
strategy:
matrix:
ruby:
- '3.1.x'
- '3.2.x'
- '3.3.x'
active_support:
- 'active_support_6.0.x'
- 'active_support_6.1.x'
- 'active_support_7.0.x'
- 'active_support_7.2.x'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Add various Ticket endpoints (#create!, #update!, #find)
* Add TicketProperties#create!
* Add Task#create! and Task#find
* BREAKING CHANGE : requires ruby 3.1+, as we're not testing against olders versions
* BREAKING CHANGE : requires ruby 3.2+, as we're not testing against olders versions

## 0.16.0

Expand Down

0 comments on commit 920e343

Please sign in to comment.