Skip to content

Commit

Permalink
chore(ci): remove platform version 243 from release matrix
Browse files Browse the repository at this point in the history
The platform version 243 has been removed from the release workflow matrix as it is no longer supported or needed.
  • Loading branch information
phodal committed Jan 19, 2025
1 parent 9b92472 commit b8cf46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform-version: [223, 233, 241, 243]
platform-version: [223, 233, 241]
env:
ORG_GRADLE_PROJECT_platformVersion: ${{ matrix.platform-version }}

Expand Down

0 comments on commit b8cf46b

Please sign in to comment.