Skip to content

chore(deps): update actions/checkout action to v4 #315

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #315

Workflow file for this run

# Workflow for testing spoon-maven-plugin.
name: tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test-linux:
runs-on: ${{ matrix.os }}
name: Tests with Java ${{ matrix.java }} on ${{ matrix.os }}
strategy:
matrix:
java: [11, 17, 20, 21-ea]
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- name: Setup env
uses: ./.github/actions/setup-tests
- name: Time nix setup
run: nix develop .#jdk${{ matrix.java }} --command true
- name: Test
run: nix develop .#jdk${{ matrix.java }} --command test