neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Move to jdk 8 v2 #125

Closed Nopock closed 1 year ago

Nopock commented 1 year ago

This PR updates the github actions to jdk 8 as well as converts some record classes to normal classes.

JxBP commented 1 year ago

It will run when someone opens a PR to master too.

blnayan commented 1 year ago

It will run when someone opens a PR to master too.

Why not just run it on all branches using on: [push, pull_request]

JxBP commented 1 year ago

Well we could but when would we need to do that? We don't really have any branch that merges in another branch other than master?