Skip to content

Commit

Permalink
Bump GH 'checkout' & 'setup-java' to v3
Browse files Browse the repository at this point in the history
* Delete unused TravisCI
  • Loading branch information
abelsromero committed Mar 18, 2023
1 parent 5e85965 commit 65b4e35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches:
- main
- 2.2.x
paths-ignore:
- README.adoc
- docs/**
pull_request:
branches:
- main
- 2.2.x
paths-ignore:
- README.adoc
- docs/**
Expand All @@ -30,10 +32,10 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Build / Infrastructure::
* Upgrade Asciidoctorj to v2.5.7 (#604)
* Upgrade build related Maven plugins to the latest versions (#606)
* Set minimal maven version to 3.8.5 (#607)
* Bump GH 'checkout' and 'setup-java' to v3 & delete unused TravisCI configuration (#627)

Maintenance::
* Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)
Expand Down

0 comments on commit 65b4e35

Please sign in to comment.