Skip to content

Commit 34f7fb8

Browse files
author
Abdur Rahman
committed
cleanup
1 parent f25565c commit 34f7fb8

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ruby-version:
18-
- 3.0
19-
- 3.1
20-
- 3.2
21-
# active-record-version:
22-
# - 6.1.0
23-
# - 7.0.0
24-
# - 7.1.0
25-
# exclude:
26-
# - ruby-version: 3.2
27-
# active-record-version: 6.0.0
28-
# - ruby-version: 3.2
29-
# active-record-version: 6.1.0
30-
# - ruby-version: 3.2
31-
# active-record-version: 7.0.0
32-
# - ruby-version: 3.1
33-
# active-record-version: 6.0.0
34-
# - ruby-version: 3.1
35-
# active-record-version: 6.1.0
36-
# - ruby-version: 3.0
37-
# active-record-version: 6.0.0
38-
# env:
39-
# ACTIVE_RECORD_VERSION: "${{ matrix.active-record-version }}"
18+
- "3.0"
19+
- "3.1"
20+
- "3.2"
4021
steps:
4122
- uses: actions/checkout@v4
4223
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)