Skip to content

Commit

Permalink
Run snapshot tests with Netty 4.2.0 Beta versions (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest authored Nov 6, 2024
1 parent 681cf76 commit 2e4a31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-netty-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
netty: [ 4.1+, 4.2.0.Alpha+ ]
netty: [ 4.1+, 4.2.0.Beta+ ]
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e4a31d

Please sign in to comment.