Skip to content

Commit

Permalink
Upgrade CI/CD setup (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr authored Feb 4, 2024
1 parent 029f136 commit 64543a5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
java_version: [ 8, 11, 17, 21 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java_version }}
distribution: 'adopt'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml --no-transfer-progress
- name: Upload to Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v3
40 changes: 40 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
=============================================================================

junit-utils
version 1.7.0
2024-02

RELEASE NOTES

-----------------------------------------------------------------------------

New features/enhancements:

> issue/0030: Upgrade to JUnit 5
> issue/0031: Upgrade CI/CD setup


For more information, or suggestions for improvement, visit:
https://obvj.net/junit-utils


=============================================================================

junit-utils
version 1.6.0
2024-01

RELEASE NOTES

-----------------------------------------------------------------------------

New features/enhancements:

> issue/0028: Nested ExceptionMatcher for enhanced cause validation
> issue/0029: Add support to JDK 21 LTS


For more information, or suggestions for improvement, visit:
https://obvj.net/junit-utils


=============================================================================

junit-utils
Expand Down

0 comments on commit 64543a5

Please sign in to comment.