From 6562bf26c49e0c2fb2798e1f7fe7e9d898851a43 Mon Sep 17 00:00:00 2001 From: Niklas Haeusele Date: Mon, 17 Jul 2023 23:42:26 +0200 Subject: [PATCH 1/2] all supported ruby versions --- .github/workflows/main.yml | 6 ++++-- test/test_clai.rb | 4 ---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3831bb9..3c9e329 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,9 @@ jobs: strategy: matrix: ruby: - - '3.0.2' + - '3.0.6' + - '3.1.4' + - '3.2.2' steps: - uses: actions/checkout@v3 @@ -23,5 +25,5 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: Run the default task + - name: Run all tests run: bundle exec rake diff --git a/test/test_clai.rb b/test/test_clai.rb index 1f7acd3..61e04a9 100644 --- a/test/test_clai.rb +++ b/test/test_clai.rb @@ -6,8 +6,4 @@ class TestClai < Minitest::Test def test_that_it_has_a_version_number refute_nil ::CLAI::VERSION end - - def test_it_does_something_useful - assert false - end end From 41d32dc181d4895aae09a77b9ce4c46b4bdd2dcd Mon Sep 17 00:00:00 2001 From: Niklas Haeusele Date: Mon, 17 Jul 2023 23:44:18 +0200 Subject: [PATCH 2/2] platforms --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 1f3064d..bd5330b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,6 +47,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES clai!