Skip to content

Commit

Permalink
ci: remove not supported Unity Version
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 31, 2024
1 parent c53b2af commit b472ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
unity: ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit b472ec2

Please sign in to comment.