Skip to content

Commit

Permalink
ci: test fewer and updated godot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Jun 6, 2024
1 parent f231e70 commit 2a4f1c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
godot-version: ['4.1', '4.1.1', '4.1.2', '4.1.3', '4.2', '4.2.1']
godot-version: ['4.1', '4.1.3', '4.2', '4.2.2']
godot-status: ['stable']
include:
- godot-version: '4.2.2'
godot-status: 'rc3'
- godot-version: '4.3'
godot-status: 'dev3'
godot-status: 'beta1'

steps:
# checkout your repository
Expand Down

0 comments on commit 2a4f1c2

Please sign in to comment.