diff --git a/.cirrus.yml b/.cirrus.yml index f5cc951..40702a7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -88,6 +88,7 @@ download_task: script: ls RUBY_VERSIONS_LATEST_MATRIX: &RUBY_VERSIONS_LATEST_MATRIX + RUBY_VERSIONS: 3.4.1 RUBY_VERSIONS: 3.3.6 RUBY_VERSIONS: 3.2.6 RUBY_VERSIONS: 3.1.6 @@ -96,12 +97,14 @@ RUBY_VERSIONS_LATEST_MATRIX: &RUBY_VERSIONS_LATEST_MATRIX # RUBY_VERSIONS: 2.6.10 RUBY_VERSIONS_MATRIX_MACOS: &RUBY_VERSIONS_MATRIX_MACOS + RUBY_VERSIONS: 3.4.1 RUBY_VERSIONS: 3.3.6 RUBY_VERSIONS: 3.2.6 RUBY_VERSIONS: 3.1.6 # RUBY_VERSIONS: 3.0.7 RUBY_VERSIONS_MATRIX_LINUX: &RUBY_VERSIONS_MATRIX_LINUX + RUBY_VERSIONS: 3.4.1 RUBY_VERSIONS: 3.3.6 RUBY_VERSIONS: 3.2.6 RUBY_VERSIONS: 3.1.6 @@ -111,6 +114,7 @@ RUBY_VERSIONS_MATRIX_LINUX: &RUBY_VERSIONS_MATRIX_LINUX # RUBY_VERSIONS: 2.7.8 RUBY_VERSIONS_MATRIX_LINUX_ALPINE: &RUBY_VERSIONS_MATRIX_LINUX_ALPINE + RUBY_VERSIONS: 3.4.1 RUBY_VERSIONS: 3.3.6 RUBY_VERSIONS: 3.2.6 RUBY_VERSIONS: 3.1.6 diff --git a/.github/workflows/alpine-arm64.yml b/.github/workflows/alpine-arm64.yml index 1564ca5..983aeae 100644 --- a/.github/workflows/alpine-arm64.yml +++ b/.github/workflows/alpine-arm64.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/alpine-x86_64.yml b/.github/workflows/alpine-x86_64.yml index 934d4d6..afb633d 100644 --- a/.github/workflows/alpine-x86_64.yml +++ b/.github/workflows/alpine-x86_64.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/osx-arm64.yml b/.github/workflows/osx-arm64.yml index be99ed6..23a20d3 100644 --- a/.github/workflows/osx-arm64.yml +++ b/.github/workflows/osx-arm64.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [macos-14] # ruby-version: [3.0.7] # Pre 3.1.0 builds with openssl 1.1.1 - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/osx-x86_64.yml b/.github/workflows/osx-x86_64.yml index ebfd7ad..800ee53 100644 --- a/.github/workflows/osx-x86_64.yml +++ b/.github/workflows/osx-x86_64.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [macos-13] # ruby-version: [3.0.7] # Pre 3.1.0 builds with openssl 1.1.1 - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ubuntu-arm64.yml b/.github/workflows/ubuntu-arm64.yml index 11b6232..33bf2df 100644 --- a/.github/workflows/ubuntu-arm64.yml +++ b/.github/workflows/ubuntu-arm64.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ubuntu-x86_64.yml b/.github/workflows/ubuntu-x86_64.yml index add684a..a943444 100644 --- a/.github/workflows/ubuntu-x86_64.yml +++ b/.github/workflows/ubuntu-x86_64.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 76aa9e2..31984ec 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [windows-latest] arch: [x86_64, x86] - ruby-version: [3.1.6, 3.2.6, 3.3.6] + ruby-version: [3.1.6, 3.2.6, 3.3.6, 3.4.1] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/RUBY_VERSIONS.txt b/RUBY_VERSIONS.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS.txt +++ b/RUBY_VERSIONS.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file diff --git a/RUBY_VERSIONS_LATEST.txt b/RUBY_VERSIONS_LATEST.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS_LATEST.txt +++ b/RUBY_VERSIONS_LATEST.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file diff --git a/RUBY_VERSIONS_LINUX.txt b/RUBY_VERSIONS_LINUX.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS_LINUX.txt +++ b/RUBY_VERSIONS_LINUX.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file diff --git a/RUBY_VERSIONS_MACOS_ARM64.txt b/RUBY_VERSIONS_MACOS_ARM64.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS_MACOS_ARM64.txt +++ b/RUBY_VERSIONS_MACOS_ARM64.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file diff --git a/RUBY_VERSIONS_MACOS_X86_64.txt b/RUBY_VERSIONS_MACOS_X86_64.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS_MACOS_X86_64.txt +++ b/RUBY_VERSIONS_MACOS_X86_64.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file diff --git a/RUBY_VERSIONS_WINDOWS.txt b/RUBY_VERSIONS_WINDOWS.txt index b92b65d..73b866d 100644 --- a/RUBY_VERSIONS_WINDOWS.txt +++ b/RUBY_VERSIONS_WINDOWS.txt @@ -1,3 +1,4 @@ +3.4.1 3.3.6 3.2.6 3.1.6 \ No newline at end of file