Skip to content

Commit

Permalink
Add Ruby 3.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 4, 2023
1 parent bd2d26e commit 9d520ef
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- ruby: 2.7
- ruby: "3.0" ### must be quoted otherwise will be treated as "3" which will resolve to latest 3.x version
- ruby: 3.1
- ruby: 3.2

### RAILS VERSION TESTING
- ruby: 2.6
Expand All @@ -45,13 +46,13 @@ jobs:
RAILS_VERSION: "7.0"

### STORAGE METHOD TESTING
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_json"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_yaml"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "native_json"

Expand Down Expand Up @@ -110,13 +111,13 @@ jobs:
RAILS_VERSION: "7.0"

### STORAGE METHOD TESTING
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_json"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_yaml"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "native_json"

Expand Down Expand Up @@ -178,13 +179,13 @@ jobs:
RAILS_VERSION: "7.0"

### STORAGE METHOD TESTING
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_json"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "serialized_yaml"
- ruby: 3.1
- ruby: 3.2
env:
ACTIVE_SNAPSHOT_STORAGE_METHOD: "native_json"

Expand Down

0 comments on commit 9d520ef

Please sign in to comment.