Skip to content

Commit

Permalink
add 3.4.3 and 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Breadp4ck authored Apr 23, 2022
1 parent 961e58b commit 0a86cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# Note: Make sure to adjust the godot_version down below in the build-latest job when
# adding a new version to this array.
godot_version: ["3.0.6", "3.1", "3.1.1", "3.1.2", "3.2", "3.2.1", "3.2.2", "3.2.3", "3.4.2"]
godot_version: ["3.0.6", "3.1", "3.1.1", "3.1.2", "3.2", "3.2.1", "3.2.2", "3.2.3", "3.4.2", "3.4.3", "3.4.4"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -27,7 +27,7 @@ jobs:
build-latest:
strategy:
matrix:
godot_version: ["3.4.2"]
godot_version: ["3.4.4"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 0a86cdd

Please sign in to comment.