Skip to content

Commit

Permalink
ci-netty-snapshot.yml: remove Alpha number (#3027)
Browse files Browse the repository at this point in the history
Without the number we will always take the latest AlphaN version.
  • Loading branch information
idelpivnitskiy authored Jul 31, 2024
1 parent 1c2afec commit b3f8d56
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.Alpha3+ ]
netty: [ 4.1+, 4.2.0.Alpha+ ]
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit b3f8d56

Please sign in to comment.