Skip to content

Commit 5e73431

Browse files
committed
Add server version to readme
1 parent 0621ef0 commit 5e73431

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

worker_versioning/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The sample creates multiple worker versions (1.0, 1.1, and 2.0) within one deplo
1010
### Steps to run this sample:
1111

1212
1) Run a [Temporal service](https://github.com/temporalio/samples-ruby/tree/main/#how-to-use).
13+
Ensure that you're using at least Server version 1.28.0 (CLI version 1.4.0).
1314

1415
2) Start the main application (this will guide you through the sample):
1516
```bash
@@ -21,4 +22,5 @@ ruby worker_versioning/app.rb
2122
- When prompted, run: `ruby worker_versioning/workerv1_1.rb`
2223
- When prompted, run: `ruby worker_versioning/workerv2.rb`
2324

24-
The sample will show how auto-upgrading workflows migrate to newer workers while pinned workflows remain on their original version.
25+
The sample will show how auto-upgrading workflows migrate to newer workers while pinned workflows
26+
remain on their original version.

0 commit comments

Comments
 (0)