We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ae663 commit 13acbe2Copy full SHA for 13acbe2
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- ruby-version: ['3.1', '3.2', '3.3']
+ ruby-version: ['3.1', '3.2', '3.3', '3.4']
15
16
steps:
17
- uses: actions/checkout@v4
@@ -28,22 +28,3 @@ jobs:
28
- name: Run RuboCop
29
run: bundle exec rubocop
30
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
46
- node-version: '20'
47
48
- - name: Run Opal compatibility tests
49
- run: bundle exec rspec spec/opal_compatibility_spec.rb
0 commit comments