File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- name : Setup Firefox
27
27
uses : browser-actions/setup-firefox@v1
28
28
with :
29
- firefox-version : " 111.0.1 "
29
+ firefox-version : " 130.0 "
30
30
- uses : browser-actions/setup-geckodriver@latest
31
31
with :
32
- geckodriver-version : " 0.32.2 "
32
+ geckodriver-version : " 0.35.0 "
33
33
- uses : coactions/setup-xvfb@v1
34
34
with :
35
35
run : bundle exec rake spec
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
- name : Setup Firefox
39
39
uses : browser-actions/setup-firefox@v1
40
40
with :
41
- firefox-version : " 111.0.1 "
41
+ firefox-version : " 130.0 "
42
42
- uses : browser-actions/setup-geckodriver@latest
43
43
with :
44
- geckodriver-version : " 0.32.2 "
44
+ geckodriver-version : " 0.35.0 "
45
45
- uses : coactions/setup-xvfb@v1
46
46
with :
47
47
run : bundle exec rake spec
Original file line number Diff line number Diff line change 2
2
3
3
* [ #124 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/124 ) : Rails 7 compatibility - [ @padde ] ( https://github.com/padde ) .
4
4
* [ #125 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/125 ) : Add rails versions to CI matrix - [ @padde ] ( https://github.com/padde ) .
5
+ * [ #127 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/127 ) : Bump Firefox and geckodriver - [ @padde ] ( https://github.com/padde ) .
5
6
* [ #126 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/126 ) : Ruby 3.5 compatibility - [ @padde ] ( https://github.com/padde ) .
6
7
* Your contribution here.
7
8
You can’t perform that action at this time.
0 commit comments