Skip to content

Bump test from 1.25.7 to 1.25.8 in /image-rotator in the dart-dependencies group #111

Bump test from 1.25.7 to 1.25.8 in /image-rotator in the dart-dependencies group

Bump test from 1.25.7 to 1.25.8 in /image-rotator in the dart-dependencies group #111

Workflow file for this run

name: Kotlin/Scraper - CI
on: [pull_request]
defaults:
run:
working-directory: scraper
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- run: mvn verify