Skip to content

Commit

Permalink
Enable Netty 4.2 snapshot testing (2nd try) (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl authored Jun 12, 2024
1 parent cd1d410 commit 50879bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-netty-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Test with the latest Netty 4.1.X-SNAPSHOT
name: Test with the latest Netty Snapshots
on:
schedule:
- cron: '0 15 * * 1-5'
workflow_dispatch:
env:
ORG_GRADLE_PROJECT_nettyVersion: ${{ matrix.netty }}
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
jobs:
build:
name: Netty ${{ matrix.netty }} Snapshot on JDK ${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
ORG_GRADLE_PROJECT_nettyVersion: ${{ matrix.netty }}
strategy:
matrix:
java: [ 8 ]
Expand Down

0 comments on commit 50879bf

Please sign in to comment.