Skip to content

Commit

Permalink
Update Yugabyte versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 29, 2024
1 parent a7dfdb3 commit fa8b4d7
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .github/workflows/yugabyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ jobs:
matrix:
include:
# curl https://registry.hub.docker.com/v2/repositories/yugabytedb/yugabyte/tags\?page_size\=10000 | jq '.results[].name' | sort
- { version: '2.19', tag: 2.19.0.0-b190 }
- { version: '2.18', tag: 2.18.1.0-b84 }
- { version: '2.17', tag: 2.17.3.0-b152 }
- { version: '2.16', tag: 2.16.6.0-b43 }
- { version: '2.15', tag: 2.15.3.2-b1 }
- { version: '2.14', tag: 2.14.11.0-b35 }
- { version: '2.13', tag: 2.13.2.0-b135 }
- { version: '2.12', tag: 2.12.12.0-b12 }
- { version: '2.11', tag: 2.11.2.0-b89 }
- { version: '2.8', tag: 2.8.12.0-b5 }
- { version: '2.6', tag: 2.6.20.0-b10 }
- { version: '2024.2', tag: 2024.2.0.0-b145 }
- { version: '2024.1', tag: 2024.1.3.1-b8 }
- { version: '2.23', tag: 2.23.1.0-b220 }
- { version: '2.21', tag: 2.21.1.0-b271 }
- { version: '2.20', tag: 2.20.8.1-b2 }
- { version: '2.19', tag: 2.19.0.0-b190 }
- { version: '2.18', tag: 2.18.9.0-b17 }
- { version: '2.17', tag: 2.17.3.0-b152 }
- { version: '2.16', tag: 2.16.9.0-b67 }
- { version: '2.15', tag: 2.15.3.2-b1 }
- { version: '2.14', tag: 2.14.17.0-b6 }
- { version: '2.13', tag: 2.13.2.0-b135 }
- { version: '2.12', tag: 2.12.12.0-b12 }
- { version: '2.11', tag: 2.11.2.0-b89 }
- { version: '2.8', tag: 2.8.12.0-b5 }
- { version: '2.6', tag: 2.6.20.0-b10 }
name: 💫 Yugabyte ${{ matrix.version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fa8b4d7

Please sign in to comment.