Skip to content

Commit

Permalink
Bump version to v4.2.5 (#128)
Browse files Browse the repository at this point in the history
- update bug template
- update WF to Godot 4.3-beta2
  • Loading branch information
MikeSchulze authored Jun 24, 2024
1 parent 8868df8 commit cb66317
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_gdunit4_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ body:
label: The used API version
description: Which **gdunit4.api** version are you using?
options:
- 4.2.4-rc1 (Pre Release/Master branch)
- 4.2.3 (Latest Release)
- 4.3.0-rc1 (Pre Release/Master branch)
- 4.2.5 (Latest Release)
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1.1
- 4.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-publish-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
godot-status: ['stable']
include:
- godot-version: '4.3'
godot-status: 'beta1'
godot-status: 'beta2'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
godot-status: ['stable']
include:
- godot-version: '4.3'
godot-status: 'beta1'
godot-status: 'beta2'


name: "CI on Godot 🐧 v${{ matrix.godot-version }}-${{ matrix.godot-status }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
rm -rf ./example/test/ExampleTest.cs
- name: 'Test Example via gdunit-action - Godot_${{ inputs.godot-version }}-${{ inputs.godot-status }}-net'
uses: MikeSchulze/gdUnit4-action@v1.0.8
uses: MikeSchulze/gdUnit4-action@v1.1.1
with:
godot-version: ${{ inputs.godot-version }}
godot-status: ${{ inputs.godot-status }}
Expand Down

0 comments on commit cb66317

Please sign in to comment.