Skip to content

Commit d147dbd

Browse files
fixup! ci: run against multiple openssl versions
1 parent 4c95940 commit d147dbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- '3.2'
2626
- '3.1'
2727
openssl:
28-
- '3.5.0'
29-
- '3.4.1'
30-
- '3.3.3'
31-
- '3.2.4'
28+
- '3.5.3'
29+
- '3.4.2'
30+
- '3.3.4'
31+
- '3.2.5'
3232
- '3.1.8'
33-
- '3.0.16'
33+
- '3.0.17'
3434
- '1.1.1w'
3535
include:
3636
- ruby: truffleruby

0 commit comments

Comments
 (0)