Skip to content

Commit 1a496bc

Browse files
committed
Drop Ruby 3.0
1 parent 242d4fc commit 1a496bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
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.0", "3.1", "3.2", "3.3", "3.4"]
14+
ruby-version: ["3.1", "3.2", "3.3", "3.4"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
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.0", "3.1", "3.2", "3.3", "3.4"]
14+
ruby-version: ["3.1", "3.2", "3.3", "3.4"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

.github/workflows/sorbet.yml

Lines changed: 1 addition & 1 deletion
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.0", "3.1", "3.2", "3.3", "3.4"]
14+
ruby-version: ["3.1", "3.2", "3.3", "3.4"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

0 commit comments

Comments
 (0)