Merge pull request #529 from skot/add_205_to_ci

Add 205 to ci
This commit is contained in:
WantClue 2024-11-28 21:54:21 +01:00 committed by GitHub
commit e9b30ba779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: ["102", "202", "204", "401", "402", "403", "601"]
build_type: ["102", "202", "204", "205", "401", "402", "403", "601"]
steps:
- name: Checkout repo
uses: actions/checkout@v4

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: ["102", "202", "204", "401", "402", "403", "601"]
build_type: ["102", "202", "204", "205", "401", "402", "403", "601"]
steps:
- name: Checkout repo
uses: actions/checkout@v4