Skip to content

Commit 13acbe2

Browse files
committed
Fix CI
1 parent 99ae663 commit 13acbe2

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['3.1', '3.2', '3.3']
14+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -28,22 +28,3 @@ jobs:
2828
- name: Run RuboCop
2929
run: bundle exec rubocop
3030

31-
opal:
32-
runs-on: ubuntu-latest
33-
34-
steps:
35-
- uses: actions/checkout@v4
36-
37-
- name: Set up Ruby
38-
uses: ruby/setup-ruby@v1
39-
with:
40-
ruby-version: '3.3'
41-
bundler-cache: true
42-
43-
- name: Set up Node.js
44-
uses: actions/setup-node@v4
45-
with:
46-
node-version: '20'
47-
48-
- name: Run Opal compatibility tests
49-
run: bundle exec rspec spec/opal_compatibility_spec.rb

0 commit comments

Comments
 (0)