Skip to content

Commit

Permalink
Fix e2e macos configuration
Browse files Browse the repository at this point in the history
Update to Spring Boot 3.3.6
Update to Commons-IO 2.18.0
Update JFrog CLI to use spring-cloud as server id.
  • Loading branch information
Corneil du Plessis committed Dec 10, 2024
1 parent 2ca6d6e commit 668f2f3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
--use-wrapper \
--uses-plugin \
--deploy-ivy-desc=false \
--server-id-resolve repo.spring.io \
--server-id-deploy repo.spring.io \
--server-id-resolve spring-cloud \
--server-id-deploy spring-cloud \
--repo-resolve snapshot \
--repo-deploy snapshot
echo JFROG_CLI_BUILD_NAME=spring-shell-33x >> $GITHUB_ENV
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
graal: latest
musl: false
- nickname: macos
os: macos-12
os: macos-latest
graal: latest
musl: false
- nickname: linux
Expand Down Expand Up @@ -74,12 +74,14 @@ jobs:
nickname: win
# - os: windows-2019
# nickname: win
- os: macos-12
nickname: macos
- os: macos-13
nickname: macos
- os: macos-14
nickname: macos
- os: macos-15
nickname: macos
- os: ubuntu-24.04
nickname: linux
- os: ubuntu-22.04
nickname: linux
- os: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
--use-wrapper \
--uses-plugin \
--deploy-ivy-desc=false \
--server-id-resolve repo.spring.io \
--server-id-deploy repo.spring.io \
--server-id-resolve spring-cloud \
--server-id-deploy spring-cloud \
--repo-resolve release \
--repo-deploy libs-staging-local
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-release >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
--use-wrapper \
--uses-plugin \
--deploy-ivy-desc=false \
--server-id-resolve repo.spring.io \
--server-id-deploy repo.spring.io \
--server-id-resolve spring-cloud \
--server-id-deploy spring-cloud \
--repo-resolve milestone \
--repo-deploy libs-staging-local
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-milestone >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version=3.3.4-SNAPSHOT
springBootVersion=3.3.4
springBootVersion=3.3.6
nativeBuildToolsVersion=0.10.1
commonsIoVersion=2.11.0
commonsIoVersion=2.18.0
jlineVersion=3.26.3
st4Version=4.3.3
st4Version=4.3.4
jimfsVersion=1.2
gradleEnterpriseVersion=3.16.2
springGeConventionsVersion=0.0.15
Expand Down

0 comments on commit 668f2f3

Please sign in to comment.