Skip to content

Commit d4155cf

Browse files
committed
👷 Disable testing truffleruby on Windows
1 parent d80691c commit d4155cf

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Targets the evergreen latest release of ruby, truffleruby, and jruby
2-
name: Current
2+
name: Windows
33

44
env:
55
K_SOUP_COV_DO: false
@@ -45,16 +45,6 @@ jobs:
4545
rubygems: latest
4646
bundler: latest
4747

48-
# truffleruby-24.1
49-
# (according to documentation: targets Ruby 3.3 compatibility)
50-
# (according to runtime: targets Ruby 3.2 compatibility)
51-
- ruby: "truffleruby"
52-
appraisal: "current"
53-
exec_cmd: "rake test"
54-
gemfile: "Appraisal.root"
55-
rubygems: default
56-
bundler: default
57-
5848
# jruby-10.0 (targets Ruby 3.4 compatibility)
5949
- ruby: "jruby"
6050
appraisal: "current"

.rubocop_gradual.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"lib/oauth2/response.rb:877496664": [
2222
[35, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427]
2323
],
24-
"oauth2.gemspec:1672982387": [
24+
"oauth2.gemspec:4045332820": [
2525
[5, 6, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028],
2626
[117, 3, 54, "Gemspec/DependencyVersion: Dependency version specification is required.", 3677216839],
2727
[118, 3, 47, "Gemspec/DependencyVersion: Dependency version specification is required.", 2440116108],
2828
[120, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 1075698341],
2929
[130, 3, 58, "Gemspec/DependencyVersion: Dependency version specification is required.", 2795510341],
3030
[131, 3, 52, "Gemspec/DependencyVersion: Dependency version specification is required.", 804182931],
3131
[132, 3, 52, "Gemspec/DependencyVersion: Dependency version specification is required.", 3163430777],
32-
[134, 3, 48, "Gemspec/DependencyVersion: Dependency version specification is required.", 425065368]
32+
[133, 3, 48, "Gemspec/DependencyVersion: Dependency version specification is required.", 425065368]
3333
],
3434
"spec/examples/google_spec.rb:1491180421": [
3535
[9, 3, 5115, "RSpec/MultipleMemoizedHelpers: Example group has too many memoized helpers [6/5]", 1014001606],

0 commit comments

Comments
 (0)