Skip to content

Commit

Permalink
Change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Pierson committed Nov 8, 2023
1 parent 119873a commit 5af90fe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci-vert.x-4.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: vert.x (4.x)

on:
push:
branches:
- vert.x-4.x

jobs:
ci:
name: Any (supported)
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
java: [ 11 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Build project
run: ./gradlew clean build
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: CI
name: vert.x (5.x)

on:
push:
branches:
- master
- feature/vertx5

jobs:
ci:
Expand Down

0 comments on commit 5af90fe

Please sign in to comment.