Skip to content

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.3 in /ice #146

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.3 in /ice

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.3 in /ice #146

Workflow file for this run

name: verify
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'graalvm'
cache: maven
- run: ./mvnw clean verify
# TODO: check native-image can build ice