Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
ci: 🎡 Ruby のバージョンに v2.7 と v3.1 を加えてマトリクステストを行うようにした (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Oct 15, 2022
1 parent 202a4c8 commit e529525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6.6']
ruby-version: ['2.6.6', '2.7.6', '3.1.2']
steps:
- name: コードをチェックアウトする
uses: actions/checkout@v3
Expand Down

0 comments on commit e529525

Please sign in to comment.