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

Fix versions in actions workflow #220

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Fix versions in actions workflow #220

merged 1 commit into from
Jun 18, 2024

Conversation

parroty
Copy link
Owner

@parroty parroty commented Jun 18, 2024

This pull request includes changes to the .github/workflows/tests.yml file to update the test environment and the actions used in the GitHub workflow. The most important changes are updating the OTP and Elixir versions used in the test matrix, updating the versions of the GitHub actions used, and replacing the retry action with a newer version.

Test environment updates:

  • OTP version '21' was removed from the test matrix, and versions '24' with Elixir '1.12' were added. This change updates the versions of OTP and Elixir that the tests are run against, ensuring compatibility with newer versions of these tools.

GitHub actions updates:

  • The actions/checkout and actions/cache actions were updated to version 4. These updates may include bug fixes, new features, or performance improvements.
  • The nick-invision/retry action was updated to version 3, which may include improvements over the previous version.

@coveralls
Copy link

Coverage Status

coverage: 92.224% (+0.2%) from 91.983%
when pulling cbf1311 on fix/actions-erlang-21
into c9ac6df on master.

3 similar comments
@coveralls
Copy link

Coverage Status

coverage: 92.224% (+0.2%) from 91.983%
when pulling cbf1311 on fix/actions-erlang-21
into c9ac6df on master.

@coveralls
Copy link

Coverage Status

coverage: 92.224% (+0.2%) from 91.983%
when pulling cbf1311 on fix/actions-erlang-21
into c9ac6df on master.

@coveralls
Copy link

Coverage Status

coverage: 92.224% (+0.2%) from 91.983%
when pulling cbf1311 on fix/actions-erlang-21
into c9ac6df on master.

@parroty parroty merged commit b1bf9d7 into master Jun 18, 2024
16 checks passed
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.

2 participants