Skip to content

Commit

Permalink
chore: return Ruby 3.4.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Feb 14, 2025
1 parent 8e3b9dc commit c7835cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
- { CC: gcc, CXX: g++, ALPINE_VER: "3.17" }
- { CC: clang, CXX: clang++, ALPINE_VER: "3.17" }
package_ruby_ver: [ '3.2.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
env: ${{ matrix.env }}
steps:
- name: Install packages
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
env:
- { CC: gcc, CXX: g++, ALPINE_VER: "3.17" }
- { CC: clang, CXX: clang++, ALPINE_VER: "3.17" }
package_ruby_ver: [ '3.2.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
env: ${{ matrix.env }}
steps:
- name: Install packages
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
env:
- { CC: gcc, CXX: g++, ALPINE_VER: "3.17" }
- { CC: clang, CXX: clang++, ALPINE_VER: "3.17" }
package_ruby_ver: [ '3.2.6', '3.3.7']
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1']
env: ${{ matrix.env }}
steps:
- name: Install packages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- { os: macos-14, xcode: 15.4 }
- { os: macos-15, xcode: 16.1 }

package_ruby_ver: [ '3.2.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
ruby_ver: ['3.2.6']
steps:
- name: Checkout tebako packaging environment
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- { os: macos-14, xcode: 15.4 }
- { os: macos-15, xcode: 16.1 }

package_ruby_ver: [ '3.3.7' ]
package_ruby_ver: [ '3.3.7', '3.4.1' ]
ruby_ver: ['3.2.6']
steps:
- name: Checkout tebako packaging environment
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- { os: macos-14, xcode: 15.0.1, LG_VADDR: 39}
- { os: macos-14, xcode: 15.4 }
- { os: macos-15, xcode: 16.1 }
package_ruby_ver: [ '3.2.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
ruby_ver: ['3.2.6']
steps:
- name: Checkout tebako packaging environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7' ]
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7', '3.4.1' ]
env:
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10 }
- { os: ubuntu-20.04, CC: clang-12, CXX: clang++-12 }
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7' ]
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7', '3.4.1' ]
env:
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10 }
- { os: ubuntu-20.04, CC: clang-12, CXX: clang++-12 }
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7' ]
package_ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.2.6', '3.3.3', '3.3.4', '3.3.5', '3.3.6', '3.3.7', '3.4.1' ]
env:
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10 }
- { os: ubuntu-20.04, CC: clang-12, CXX: clang++-12 }
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- sys: ucrt64
CC: gcc
CXX: g++
package_ruby_ver: [ '3.2.6', '3.3.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
script: ['bundle', 'app']
env: ${{ matrix.env }}

Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- sys: ucrt64
CC: gcc
CXX: g++
package_ruby_ver: [ '3.2.6', '3.3.6', '3.3.7' ]
package_ruby_ver: [ '3.2.6', '3.3.7', '3.4.1' ]
env: ${{ matrix.env }}

defaults:
Expand Down

0 comments on commit c7835cc

Please sign in to comment.