Skip to content

Commit ac9184c

Browse files
author
Dominik Goltermann
committed
Remove jruby 9.3 from testing
1 parent 7ab6bc8 commit ac9184c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: actions
33

44
on:
55
push:
6-
branches: [ main, master ]
6+
branches: [main, master]
77
pull_request:
8-
branches: [ main, master ]
8+
branches: [main, master]
99

1010
permissions:
1111
contents: read
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.3", "jruby-9.4"]
19+
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.4"]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: ruby/setup-ruby@v1
@@ -25,4 +25,4 @@ jobs:
2525
bundler-cache: false
2626
- run: bundle install
2727
- run: bundle exec rspec
28-
- run: bundle exec rubocop
28+
- run: bundle exec rubocop

0 commit comments

Comments
 (0)