Skip to content

Commit e094881

Browse files
committed
👷 Remove duplicate builds
1 parent ba70653 commit e094881

File tree

4 files changed

+12
-136
lines changed

4 files changed

+12
-136
lines changed

.github/workflows/rails-supported.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/rails-unsupported.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/supported.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,28 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
experimental: [false]
35-
gemfile:
36-
- a7
3735
rubygems:
3836
- latest
3937
bundler:
4038
- latest
39+
gemfile:
40+
- a5
41+
- a6
42+
- a7
4143
ruby:
4244
- "2.7"
4345
- "3.0"
4446
- "3.1"
4547
- truffleruby
4648
# @todo: Turn JRuby back on https://github.com/oauth-xx/oauth-ruby/runs/5752587195?check_suite_focus=true
4749
# - jruby
48-
50+
exclude:
51+
- ruby: "3.0"
52+
gemfile: "a7"
53+
- ruby: "3.1"
54+
gemfile: "a5"
55+
- ruby: "3.1"
56+
gemfile: "a6"
4957
runs-on: ubuntu-latest
5058
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
5159
steps:

.github/workflows/unsupported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
experimental: [false]
34+
experimental: [true]
3535
gemfile:
3636
- a5
3737
rubygems:

0 commit comments

Comments
 (0)