Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Travis CI with GitHub Actions #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JarvisCraft
Copy link

Description

This replaces .travis.yml with .github/workflows/test.yml which behaves in the same way.

As for logical changes: JDK 12 was replaced with JDK 16 as it is the last non-LTS version at the moment.

@JarvisCraft
Copy link
Author

JarvisCraft commented Jun 27, 2021

As I can see, this currently is failing on Java 16:
https://github.com/JarvisCraft/ea-async/actions/runs/972784532
This is fixable by updating ASM to the latest version, thus I am working on a PR to resolve this issues (and also refactor a lot of different spots).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant