Skip to content

Commit

Permalink
Feat: bump to latest ray versions. (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui authored Aug 28, 2024
1 parent 7b1b594 commit 3980571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_on_ray_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ray_version: [2.4.0, 2.5.1, 2.6.3, 2.7.1, 2.8.1, 2.9.0]
ray_version: [2.31.0, 2.32.0, 2.33.0, 2.34.0, 2.35.0]

timeout-minutes: 60
runs-on: ubuntu-22.04
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ The code view in each party is exactly the same, but the execution differs based


## Supported Ray Versions
| RayFed Versions | ray-1.13.0 | ray-2.4.0 | ray-2.5.1 | ray-2.6.3 | ray-2.7.1 | ray-2.8.1 | ray-2.9.0 |
|:---------------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
| 0.1.0 ||||||||
| 0.2.0 |not released|not released|not released|not released|not released|not released|not released|
Due to Ray's aggressive release strategy, Rayfed only supports the last 5 Ray versions.
| RayFed Versions | ray-1.13.0 | ray-2.31.0 | ray-2.32.0 | ray-2.33.0 | ray-2.34.0 | ray-2.35.0 |
|:---------------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
| 0.1.0 |||||||
| 0.2.0 |not released|not released|not released|not released|not released|not released|


## Installation
Expand Down

0 comments on commit 3980571

Please sign in to comment.