Skip to content

Commit 5f0ab1e

Browse files
committed
Update nightly OCI: build only supported versions
Because older versions are failing to build in Elixir 1.19. We don't provide support for earlier versions.
1 parent 20e6cc2 commit 5f0ab1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci-make-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ concurrency:
1717
jobs:
1818
build-package-generic-unix:
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
otp_version:
2223
- '27'
2324
branch:
2425
- main
2526
- v4.2.x
2627
- v4.1.x
27-
- v4.0.x
2828
include:
2929
- branch: main
3030
project_version: 4.3.0

0 commit comments

Comments
 (0)