Skip to content

Commit

Permalink
chore: drop support for unmaintained Hilla version (#1247)
Browse files Browse the repository at this point in the history
Closes #1225
  • Loading branch information
mcollovati authored Jan 28, 2025
1 parent 5bd2b8e commit 0b1d0ee
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ updates:
update-types: [ "version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "com.vaadin:*"
update-types: [ "version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "maven"
directory: "/"
target-branch: "24.4"
schedule:
interval: "daily"
ignore:
- dependency-name: "com.vaadin.hilla:*"
update-types: [ "version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "com.vaadin:*"
update-types: [ "version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "maven"
directory: "/"
target-branch: "2.5"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ on:
- "main"
- "24.6"
- "24.5"
- "24.4"
- "2.5"
- "2.4"
- "2.3"
- "2.2"
- "2.1"
- "1.3"
version:
description: "Version to release (e.g. 1.1.0 or 1.2.0-alpha1)"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-npm-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- "main"
- "24.6"
- "24.5"
- "24.4"
- "2.5"
- "1.3"
schedule:
Expand All @@ -29,7 +28,7 @@ jobs:
id: set-matrix
run: |
if [[ -z "${{ inputs.target-branch }}" ]]; then
echo 'matrix={ "branch": ["main","24.6","24.5","24.4","2.5","1.3"] }' >> "$GITHUB_OUTPUT"
echo 'matrix={ "branch": ["main","24.6","24.5","2.5","1.3"] }' >> "$GITHUB_OUTPUT"
else
echo 'matrix={ "branch": ["${{ inputs.target-branch }}"] }' >> "$GITHUB_OUTPUT"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ["main", "24.6", "24.5", "24.4", "2.5"]
branch: ["main", "24.6", "24.5", "2.5"]
java: [ 17, 21 ]
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Quarkus Hilla Validation
on:
push:
branches: [main, '24.6', '24.5', '24.4', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.3']
branches: [main, '24.6', '24.5', '2.5', '1.3']
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened, edited]
Expand Down

0 comments on commit 0b1d0ee

Please sign in to comment.