Skip to content

Commit

Permalink
Fix ci matrix version names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice committed Jul 29, 2024
1 parent 50d8df2 commit 3793b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
population:
strategy:
matrix:
version: [2.6.1, 2.6.2, 2.6.3, 2.6.4, rc]
version: [2_6_1, 2_6_2, 2_6_3, 2_6_4, rc]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3793b43

Please sign in to comment.