Skip to content

Commit

Permalink
old
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 19, 2024
1 parent b114247 commit 6e98562
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-24.04 ]
ruby: [ruby-2.6.0, ruby-2.6.1, ruby-2.6.2, ruby-2.6.3, ruby-2.6.4, ruby-2.6.5, ruby-2.6.6, ruby-2.6.7, ruby-2.6.8, ruby-2.6.9, ruby-2.6.10]
ruby: [
ruby-1.9.3-p551,
ruby-2.0.0-p648,
ruby-2.1.9,
ruby-2.2.10,
ruby-2.3.0, ruby-2.3.1, ruby-2.3.2, ruby-2.3.3, ruby-2.3.4, ruby-2.3.5, ruby-2.3.6, ruby-2.3.7, ruby-2.3.8,
ruby-2.4.0, ruby-2.4.1, ruby-2.4.2, ruby-2.4.3, ruby-2.4.4, ruby-2.4.5, ruby-2.4.6, ruby-2.4.7, ruby-2.4.9, ruby-2.4.10,
ruby-2.5.0, ruby-2.5.1, ruby-2.5.2, ruby-2.5.3, ruby-2.5.4, ruby-2.5.5, ruby-2.5.6, ruby-2.5.7, ruby-2.5.8, ruby-2.5.9
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6e98562

Please sign in to comment.