Skip to content

Commit

Permalink
fix: Update job name and correct version format in devbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent 56ea583 commit ad3c9e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:

jobs:
build:
name: 🐐 Build Old
name: 🐐 Build
runs-on: ubuntu-24.04
strategy:
matrix:
version: [1.16, 1.17, 1.18, 1.19, 1.20]
version: [1.16, 1.17, 1.18, 1.19, "1.20"]
include:
- version: 1.16
pack_version: 6
Expand All @@ -29,7 +29,7 @@ jobs:
pack_version: 8
- version: 1.19
pack_version: 13
- version: 1.20
- version: "1.20"
pack_version: 18
steps:
- name: πŸ” Checkout
Expand Down

0 comments on commit ad3c9e0

Please sign in to comment.