Skip to content

Commit

Permalink
CI Fix attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicRaptor authored Nov 27, 2024
1 parent 341730f commit b1f293e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "21.x"

- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
flutter-version: "3.24.5"
channel: "stable"

- name: Setup project
Expand Down

0 comments on commit b1f293e

Please sign in to comment.