Skip to content

Commit

Permalink
Merge pull request #164 from gsmet/fix-ci
Browse files Browse the repository at this point in the history
Various CI fixes
  • Loading branch information
gsmet authored Aug 20, 2024
2 parents 015f867 + 8a48a87 commit 95ec380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 369 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
push:
branches:
- main
- 4.x
- '[0-9]+.[0-9]+'
pull_request:
branches:
- main
- 4.x

jobs:
# This is a hack to work around a GitHub API limitation:
Expand Down Expand Up @@ -37,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17 ]
java: [ 17, 21 ]
steps:
- uses: actions/checkout@v3
- name: Install JDK ${{ matrix.java }}
Expand Down
364 changes: 0 additions & 364 deletions core/src/main/java/io/undertow/util/HeaderValues.java

This file was deleted.

0 comments on commit 95ec380

Please sign in to comment.