Skip to content

Commit bb15f64

Browse files
committed
ci: Update GitHub workflows
1 parent 03d2521 commit bb15f64

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby: ['3.0', '3.1', '3.2']
17+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1818

1919
steps:
2020
- name: Checkout repository
@@ -33,7 +33,7 @@ jobs:
3333
run: cd spec/dummy_rails && bundle exec rails db:migrate
3434

3535
- name: Run tests
36-
env:
37-
RUBYOPT: '-rbundler/setup -rrbs/test/setup'
38-
RBS_TEST_TARGET: 'TinyAdmin::*'
36+
#env:
37+
# RUBYOPT: '-rbundler/setup -rrbs/test/setup'
38+
# RBS_TEST_TARGET: 'TinyAdmin::*'
3939
run: bin/rspec --profile

0 commit comments

Comments
 (0)