Drop EOL Ruby 3.1 from test matrix

This commit is contained in:
Sami Samhuri 2025-06-08 10:44:32 -07:00
parent 26cb3d5b6d
commit cd2806ae99
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
ruby: [ '3.4', '3.3', '3.2' ]
name: Tests - Ruby ${{ matrix.ruby }}
# Set the type of machine to run on