From cf2153e362cb59a5032e4ccf2f91f3a1821f68b2 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Mon, 31 Jul 2023 17:27:27 +0200 Subject: [PATCH] Allow ruby-head to fail (#516) It currently crashes: https://github.com/sporkmonger/addressable/pull/515#issuecomment-1658516160 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d0f5ce0..516da6df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,6 @@ jobs: - '3.0' - 3.1 - 3.2 - - head - jruby-9.1 - jruby-9.2 - jruby-9.3 @@ -114,6 +113,7 @@ jobs: - { os: windows-2022, ruby: 3.1 } - { os: windows-2022, ruby: jruby-9.3 } # allowed to fail + - { os: ubuntu-20.04, ruby: head, gemfile: Gemfile, allow-failure: true } - { os: ubuntu-20.04, ruby: jruby-head, gemfile: Gemfile, allow-failure: true } - { os: ubuntu-20.04, ruby: truffleruby-head, gemfile: Gemfile, allow-failure: true } env: