Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojurephant/clojurephant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: clojurephant/clojurephant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    26db820 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. chore: Add missing dep to manual test

    New versions of reagent require an explicit react dependency.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    28c8f78 View commit details
    Browse the repository at this point in the history
  2. chore: Drop tests for Java 11 and 17

    Will stick to testing the oldest and newest LTS versions I
    support. This greatly reduces the number of tests I have to run.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    01c3e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21fcd58 View commit details
    Browse the repository at this point in the history
  4. major: Drop support for Gradle 6 and 7

    Gradle only supports the latest 2 majors. 6 is already EOL, 7 will be
    relatively soon since 9 is in development.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    bab4d9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e063d View commit details
    Browse the repository at this point in the history
  6. patch: Test raising 21 min to 8.6

    Java 21 minimum version was 8.5. Starting to seem like 8.5 is the one
    that hangs in CI a lot. Trying to drop that and go to 8.6 as a minimum
    to see if it resolves the issue.
    ajoberstar committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    dae83ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e8417 View commit details
    Browse the repository at this point in the history
Loading