Skip to content

Commit 056dd16

Browse files
ci: test against OpenSSL v3.6.0 (#492)
Also updates the patch version of the other minor versions.
1 parent 9d0d215 commit 056dd16

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
- '3.2'
2727
- '3.1'
2828
openssl:
29-
- '3.5.3'
30-
- '3.4.2'
31-
- '3.3.4'
32-
- '3.2.5'
29+
- '3.6.0'
30+
- '3.5.4'
31+
- '3.4.3'
32+
- '3.3.5'
33+
- '3.2.6'
3334
- '3.1.8'
34-
- '3.0.17'
35+
- '3.0.18'
3536
- '1.1.1w'
3637
include:
3738
- ruby: truffleruby

0 commit comments

Comments
 (0)