mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
Drop EOL Ruby 3.1 from test matrix
This commit is contained in:
parent
26cb3d5b6d
commit
cd2806ae99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue