nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 81 forks source link

Add Github Action to test against OpenSSL 3 #103

Closed bmesuere closed 2 years ago

bmesuere commented 2 years ago

This pull request adds tests against OpenSSL 3.

It does this by adding a Github Action workflow to test against Ruby 2.5 till 3.1 on Ubuntu 18.04 and 20.04 and against Ruby 3.1 on Ubuntu 22.04.

Ubuntu 22.04 only supports OpenSSL 3 and thus only supports Ruby 3.1.

If this gets merged, the Travis workflow could be removed.