mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
|
ruby: [ '3.4', '3.3', '3.2' ]
|
||||||
|
|
||||||
name: Tests - Ruby ${{ matrix.ruby }}
|
name: Tests - Ruby ${{ matrix.ruby }}
|
||||||
# Set the type of machine to run on
|
# Set the type of machine to run on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue