Skip to content

Commit

Permalink
Removes ruby 3.2 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Dec 26, 2022
1 parent cfe1a40 commit 06d861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: [2.7, '3.0', 3.1]

steps:
- name: Checkout code
Expand Down

0 comments on commit 06d861c

Please sign in to comment.