Skip to content

Commit

Permalink
ci: fix matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Oct 21, 2023
1 parent 0365f50 commit ab26251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
VERSION: ['18.04', '20.04', '22.04', '23.10', 'latest']
VERSION: ['18.04', '20.04', '22.04', '23.04', '23.10', 'latest']
steps:
- name: ➕ Actions - Set up Docker QEMU
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit ab26251

Please sign in to comment.