From e0721ee72dd523a43c12258438d76f2c300cdc96 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Sun, 15 Jan 2023 19:12:52 +0100 Subject: [PATCH] Update specs.yml --- .github/workflows/specs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index a3f5828..87af50d 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.7', '3.0', '3.1'] + ruby: ['2.7', '3.0', '3.1', truffleruby-head] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -13,4 +13,4 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rspec \ No newline at end of file + - run: bundle exec rspec