Skip to content

Commit

Permalink
Remove Java 8 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 1, 2022
1 parent 72e48b5 commit b9df353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- 1.x
- jakarta
paths-ignore:
- '.gitignore'
Expand All @@ -25,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
java: [11, 17]
name: build with jdk ${{matrix.java}}

steps:
Expand All @@ -50,7 +49,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
java: [8, 11, 17]
java: [11, 17]
name: build with jdk ${{matrix.java}} windows

steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<version.eclipse.microprofile.config>2.0.1</version.eclipse.microprofile.config>
<version.smallrye.common>1.13.0</version.smallrye.common>
<version.smallrye.common>1.13.1</version.smallrye.common>
<version.asm>9.3</version.asm>

<version.smallrye.testing>1.0.0</version.smallrye.testing>
Expand Down
4 changes: 2 additions & 2 deletions to-jakarta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ mvn -ntp versions:update-property -Dproperty=version.eclipse.microprofile.config
sed -i'' -e 's/validation>2.0.2</validation>3.0.1</g' validator/pom.xml
mvn -ntp versions:update-property -Dproperty=version.hibernate.validator -DnewVersion=7.0.1.Final
mvn -ntp versions:update-property -Dproperty=version.jakarta.el -DnewVersion=4.0
mvn -ntp versions:update-property -Dproperty=version.smallrye.common -DnewVersion=2.0.0-RC1
mvn -ntp versions:update-property -Dproperty=version.smallrye.testing.utilities -DnewVersion=2.0.0-RC1
mvn -ntp versions:update-property -Dproperty=version.smallrye.common -DnewVersion=2.0.0
mvn -ntp versions:update-property -Dproperty=version.smallrye.testing.utilities -DnewVersion=2.0.0

0 comments on commit b9df353

Please sign in to comment.