Skip to content

Move Slice to use MemorySegment #181

Move Slice to use MemorySegment

Move Slice to use MemorySegment #181

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['22', '23-ea']
steps:
- uses: actions/checkout@v4
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Maven Install Dependencies
run: mvn install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Test
run: mvn install -B