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

Update GitHub Actions workflow to use Ubuntu 22.04 and add support for Elixir 1.16 and 1.18.0 #227

Merged
merged 4 commits into from
Dec 26, 2024

Conversation

parroty
Copy link
Owner

@parroty parroty commented Dec 25, 2024

This pull request includes updates to the GitHub Actions workflow configuration to enhance the testing matrix and improve error handling. The key changes are:

Workflow configuration updates:

  • .github/workflows/tests.yml: Updated the runs-on environment to ubuntu-22.04 and added the continue-on-error parameter to handle experimental configurations.
  • .github/workflows/tests.yml: Introduced the fail-fast parameter to the strategy to stop all jobs if any job fails.
  • .github/workflows/tests.yml: Expanded the testing matrix to include newer versions of OTP and Elixir, specifically OTP 27 and Elixir 1.17 and 1.18.0.

@coveralls
Copy link

coveralls commented Dec 25, 2024

Coverage Status

coverage: 89.847% (-1.7%) from 91.507%
when pulling ddbd5ed on fix/elixir-1.18
into 46a9665 on master.

@coveralls
Copy link

Coverage Status

coverage: 87.344% (-4.2%) from 91.507%
when pulling 21ed004 on fix/elixir-1.18
into 46a9665 on master.

@coveralls
Copy link

coveralls commented Dec 25, 2024

Coverage Status

coverage: 89.986% (-1.5%) from 91.507%
when pulling 3084170 on fix/elixir-1.18
into 46a9665 on master.

@parroty parroty merged commit 12b9e20 into master Dec 26, 2024
12 of 14 checks passed
@parroty parroty mentioned this pull request Dec 26, 2024
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