Skip to content

Commit

Permalink
CI: update build ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis authored May 10, 2023
1 parent b33ff75 commit 1037499
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,52 +13,52 @@ jobs:
include:
- target_ruby: "3.2.2"
arch: "x86-msvcrt"
build_ruby: "3.1.3/x64"
build_ruby: "3.1.4/x64"
run_mri_spec: v3_2_2

- target_ruby: "3.2.2"
arch: "x64-ucrt"
build_ruby: "3.1.3/x64"
build_ruby: "3.1.4/x64"
run_mri_spec: v3_2_2

- target_ruby: "3.1.4"
arch: "x86-msvcrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: v3_1_4

- target_ruby: "3.1.4"
arch: "x64-ucrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: v3_1_4

- target_ruby: "3.0.6"
arch: "x86-msvcrt"
build_ruby: "2.7.7/x64"
build_ruby: "2.7.8/x64"
run_mri_spec: v3_0_6

- target_ruby: "3.0.6"
arch: "x64-msvcrt"
build_ruby: "2.7.7/x64"
build_ruby: "2.7.8/x64"
run_mri_spec: v3_0_6

- target_ruby: "2.7.8"
arch: "x86-msvcrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: v2_7_8

- target_ruby: "2.7.8"
arch: "x64-msvcrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: v2_7_8

- target_ruby: "head"
arch: "x64-ucrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: master

- target_ruby: "head"
arch: "x86-msvcrt"
build_ruby: "3.0.5/x64"
build_ruby: "3.0.6/x64"
run_mri_spec: master

runs-on: windows-latest
Expand Down

0 comments on commit 1037499

Please sign in to comment.