Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apereo/cas-initializr
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Jun 20, 2024
2 parents 9d09222 + c347427 commit 88dbb33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/initializr-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
initialize:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -47,7 +47,7 @@ jobs:

supported-versions-cas:
needs: [ initialize ]
runs-on: macos-latest
runs-on: ubuntu-latest
outputs:
supported-versions: ${{ steps.get-supported-versions.outputs.supported-versions }}
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
run: echo "supported-versions=$(./gradlew --no-daemon -q versions-cas)" >> $GITHUB_OUTPUT

build:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: [ supported-versions-cas ]
continue-on-error: false
strategy:
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/resources/application-initializr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cas-initializr:
validate: false
branch: "6.6"
type: cas-mgmt
tomcat-version: 9.0.84
tomcat-version: 9.0.90
java-version: 11
container-base-image: eclipse-temurin:11-jdk
gradle-version: 7.6
Expand All @@ -43,11 +43,11 @@ cas-initializr:
- version: 6.6.15.1
platform-version: 6.6.0
boot-version: 2.7.3
sync: false
validate: false
sync: true
validate: true
branch: "6.6"
type: cas
tomcat-version: 9.0.87
tomcat-version: 9.0.90
java-version: 11
container-base-image: eclipse-temurin:11-jdk
gradle-version: 7.6
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/resources/overlay/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"pino": "9.1.0",
"pino-pretty": "11.2.0",
"puppeteer": "22.10.0"
"pino": "9.2.0",
"pino-pretty": "11.2.1",
"puppeteer": "22.10.1"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ casLatestVersion=7.1.0-SNAPSHOT

casManagementLatestVersion=7.0.0-SNAPSHOT

apacheTomcat10LatestVersion=10.1.24
apacheTomcat10LatestVersion=10.1.25

0 comments on commit 88dbb33

Please sign in to comment.