Skip to content

Commit

Permalink
Remove 2.2 from CI, not sure why it crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Aug 7, 2023
1 parent 59ec2c6 commit 6bbcca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require_relative_dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu ]
ruby: [ 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head ]
ruby: [ 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head ]
usage: [ modern, legacy ]
steps:
- name: checkout
Expand Down

0 comments on commit 6bbcca6

Please sign in to comment.