Skip to content

Commit

Permalink
fix rr version
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 10, 2025
1 parent 5c1ecd8 commit 201aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-tests-bigtable-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install Road Runner PHP
run: |
wget https://github.com/roadrunner-server/roadrunner/releases/download/v2024.X.X/roadrunner-2024.X.X-linux-amd64.deb
wget https://github.com/roadrunner-server/roadrunner/releases/download/v2024.3.1/roadrunner-2024.3.1-linux-amd64.deb
sudo dpkg -i roadrunner-2024.X.X-linux-amd64.deb
- run: bash .kokoro/conformance.sh

0 comments on commit 201aee7

Please sign in to comment.