Skip to content

Commit 9160518

Browse files
committed
CI: Dont build packages in a Ruby matrix
1 parent 48e5a67 commit 9160518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
java: ['11', '17', '21']
96-
ruby: ['3.2', '3.3']
96+
ruby: ['3.3']
9797
steps:
9898
- name: checkout repo
9999
uses: actions/checkout@v5

0 commit comments

Comments
 (0)