Skip to content

fix: refactor companion app to avoid d8 compiler crashes on Java 21 #31

fix: refactor companion app to avoid d8 compiler crashes on Java 21

fix: refactor companion app to avoid d8 compiler crashes on Java 21 #31

Workflow file for this run

name: ci
on:
push:
branches: [main, master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install -U pip
pip install -e ".[dev]"
- name: Tests
run: pytest -q
- name: CLI
run: |
fiver --version
fiver --banner
fiver --help