Commit Graph

3 Commits

Author SHA1 Message Date
Damien Arrachequesne
050dd2653a ci: fix java 7 build
Maven has been upgraded from 3.8 to 3.9, which is not compatible with JDK 7.

See also: https://github.com/actions/runner-images/issues/11093
2025-02-18 23:00:22 +01:00
Damien Arrachequesne
180db9516f ci: add java 7 in the test matrix
It was already present in the Travis test matrix.
2020-12-08 23:49:21 +01:00
Damien Arrachequesne
9a7176bae6 ci: migrate to GitHub Actions
Due to the recent changes to the Travis CI platform (see [1]), we will
now use GitHub Actions to run the tests.

Note: the certificate was updated because it failed with newer Node.js versions

```
_tls_common.js:129
      c.context.setCert(cert);
                ^

Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
    at Object.createSecureContext (_tls_common.js:129:17)
    at Server.setSecureContext (_tls_wrap.js:1328:27)
```

Reference: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven

[1]: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
2020-12-08 11:18:16 +01:00