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

Fetch upstream #1

Open
wants to merge 846 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
846 commits
Select commit Hold shift + click to select a range
070edcf
Allow values before default in attr (#2239)
moogle19 Sep 28, 2022
e2096c3
Bump changelog
chrismccord Sep 28, 2022
34b49c9
Fix typo in warning: "deprecatead" => "deprecated" (#2241)
knoebber Sep 29, 2022
39e917b
Fix doc typo (#2240)
williamthome Sep 29, 2022
f04cc40
Fix syntax error typos in docs (#2242)
sevenseacat Sep 29, 2022
9f93966
Don't set href to # in links with methods (#2244)
mveytsman Sep 29, 2022
46d1d3b
Add intersperse component (#2243)
chrismccord Sep 29, 2022
ab5db03
Bump changelog
chrismccord Sep 29, 2022
92d8f92
Update warning to include not about shadowing
chrismccord Sep 29, 2022
3470d3d
Fix documentation typos (#2245)
totaltrash Sep 30, 2022
8f3c9c8
Only pass method when not nil. Closes #2246
chrismccord Sep 30, 2022
37a20e2
Fix race on dispatching click away
chrismccord Sep 30, 2022
8fb5809
Bump build
chrismccord Sep 30, 2022
52206b7
Simply form method
chrismccord Sep 30, 2022
7569a66
Formatter - Fix texts along with tag blocks w/ whitespaces (#2247)
feliperenan Sep 30, 2022
2ec21f4
Only compute csrf mask if necessary
josevalim Oct 2, 2022
88fa120
Fix HEEx syntax
josevalim Oct 2, 2022
d3e91b0
Allow tuples in external redirects, closes #2248
josevalim Oct 2, 2022
e9fc5fa
Release 0.18.2
chrismccord Oct 4, 2022
36955d6
Fix changelog mentioning live_upload_preview instead of live_img_prev…
ryvasquez Oct 4, 2022
7cdf185
docs: intersperse/1 should be marked as component (#2255)
frankdugan3 Oct 4, 2022
290c1f4
Add map to documentation (#2258)
knoebber Oct 6, 2022
1ee4563
Fix formatting error in `bindings.md` (#2259)
sevenseacat Oct 6, 2022
d5233c5
validating :map attributes (#2261)
cblavier Oct 6, 2022
53bfcdb
Guides: replace `live_patch` with `<.link>`, mention `phx-page-loadin…
rktjmp Oct 7, 2022
74ecf58
Fix mixed use slot syntax bug. Closes #2266
chrismccord Oct 8, 2022
e12359a
Maintain special once set
chrismccord Oct 8, 2022
16af624
Reorder testing docs
josevalim Oct 7, 2022
9c66d8a
update subheadings for recent versions in CHANGELOG.md (#2269)
jaeyson Oct 10, 2022
96177ba
Fix layout option in live_session, closes #2268
josevalim Oct 10, 2022
d53b143
Raise proper error for more cases of slots without parent, closes #2270
josevalim Oct 10, 2022
46292c6
Attr values can be any kind of enum (#2273)
cblavier Oct 11, 2022
996be5e
Improve phx-mounted docs
josevalim Oct 11, 2022
93914c2
docgen do not render integer lists as charlists (#2278)
connorlay Oct 12, 2022
20563d9
Remove redundant test
josevalim Oct 13, 2022
4109bd2
Improve error message for using < as text (#2280)
feliperenan Oct 13, 2022
04de457
Update assigns_to_attributes/2 documentation (#2282)
mhanberg Oct 14, 2022
78bbbbd
Support embedding templates via Phoenix.Template (#2279)
chrismccord Oct 14, 2022
25edb2f
Fix dir name (#2283)
rktjmp Oct 14, 2022
319bfe1
Fix typo in comment (#2285)
hectorperez Oct 15, 2022
07909f9
Add embed_templates as locals_without_parens (#2288)
dvic Oct 18, 2022
ef049aa
Update docs (#2289)
seb3s Oct 19, 2022
52f2cab
Adjust doc to use latest functions instead of deprecated ones (#2290)
seb3s Oct 19, 2022
6b596ea
Raise on :global slot attributes (#2294)
connorlay Oct 23, 2022
788e15a
Update docs (#2295)
mathieuprog Oct 24, 2022
abc8fbf
Remove ending of code block (#2297)
fschoenfeldt Oct 25, 2022
d87d727
Correct docs for JS.focus (#2299)
lessthanseventy Oct 25, 2022
e36cc2e
Bump deps
chrismccord Oct 26, 2022
11afac5
Release 0.18.3
chrismccord Oct 26, 2022
cd93e0f
Bump dep
chrismccord Oct 26, 2022
a3138f8
Fix typo (#2301)
mathieuprog Oct 27, 2022
e1c13a1
Update security model code sample (#2302)
jcrevits Oct 27, 2022
a6b0ec8
Restore scroll when previous state was patch
dvic Oct 5, 2022
0912727
Require :caller as a key, closes #2309
josevalim Nov 1, 2022
24b8008
Deprecate let in favor of :let and fix format ordering, closes #2308
josevalim Nov 1, 2022
77e3d2a
Fix typo in Phoenix.Component @moduledoc (#2307)
msmithstubbs Nov 1, 2022
446bf1d
Fix typo in docs (#2310)
iautom8things Nov 2, 2022
7e7e8ee
Only embed html templates for Phoenix.Component
josevalim Nov 2, 2022
911e09b
Clarify assign_new, connected and disconnected state (#2313)
blset Nov 3, 2022
332f1c5
Minor improvement to docs (#2316)
superherointj Nov 3, 2022
5ef0d8b
Fix global warning on missing attributes (#2321)
clarkware Nov 8, 2022
7031708
Updated based on Phoenix.HTML
josevalim Nov 9, 2022
5c03fe3
Update security considerations
josevalim Nov 10, 2022
61c9255
Improve error message on phoenix component error
josevalim Nov 11, 2022
cd9dd13
Added closing tag for button in documentation example (#2328)
majirieyowel Nov 13, 2022
32f4213
Document globals cannot be passed directly, closes #2329
josevalim Nov 14, 2022
d79a1ee
Add references for editor integration
josevalim Nov 14, 2022
dae4a27
Add deployments guide
josevalim Nov 19, 2022
41f7d75
Copy edit deployment explanations
josevalim Nov 22, 2022
191e76b
Update sample code for on_mount authentication (#2336)
Sleepful Nov 25, 2022
d41f98e
Fix comment referencing auth generator (#2338)
zachallaun Nov 25, 2022
d0ec1f5
Fix a few small typos in new deployments.md guide (#2341)
cblock Nov 27, 2022
1668849
Fix dead views and live views failing to invoke hooks witih mixed use…
chrismccord Nov 28, 2022
592114c
Relax regex used during js navigation (redirect) (#2332)
harmon25 Nov 28, 2022
15ec572
Use new html comment syntax
josevalim Nov 29, 2022
62c02b0
Docs tidy up
josevalim Nov 29, 2022
de1a2cd
Live reloading LiveViews without a hard refresh (#2323)
bemesa21 Nov 29, 2022
5af1e54
docs: use string for :method attr on link examples (#2344)
simonmcconnell Nov 30, 2022
d5bd90f
Update code comment and reduce amount of data stored
josevalim Nov 29, 2022
e99c635
[docs] Remove unused import from Gettext for I18n code sample (#2345)
mariusbutuc Dec 2, 2022
3e41965
Fix race in client proxy
chrismccord Dec 2, 2022
3cfa6a1
Fix build
chrismccord Dec 2, 2022
001fbbb
Support string upload name. Closes #2116
chrismccord Dec 2, 2022
2d53818
Fix undefined _target when using JS.push on form. Closes #2156
chrismccord Dec 2, 2022
604d0f7
Use hasElement because getElement returns empty string when the key e…
mgwidmann Dec 2, 2022
93d99a7
Bump build
chrismccord Dec 2, 2022
e80f0be
Add missing entry to changelog for v0.17.12 (#2346)
eldano Dec 2, 2022
b0fcf89
Add code snippet to HTML errors (#2342)
feliperenan Dec 4, 2022
9c2410b
Handle generator validation in LiveView
josevalim Dec 4, 2022
b045cc1
Remove custom code snippet alignment
josevalim Dec 4, 2022
d8a88c5
Add code comment to remaining adjustments
josevalim Dec 4, 2022
7485d0f
Update phoenix_live_component.ex
josevalim Dec 6, 2022
82fa31b
Clarify method usage in link
josevalim Dec 7, 2022
78ec755
Store submitted state on inputs (#2351)
mcrumm Dec 7, 2022
415784b
Don't use interpolation in docs (#2355)
tcoopman Dec 12, 2022
6a67792
Improve HTML code snippet to consider indentation (#2354)
feliperenan Dec 12, 2022
0a296d1
Fix CI
chrismccord Dec 12, 2022
dbb4e38
Fix CI
chrismccord Dec 12, 2022
b7a855d
Bump minimatch from 3.0.4 to 3.1.2 in /assets (#2356)
dependabot[bot] Dec 12, 2022
417471b
Fix CI
chrismccord Dec 12, 2022
cfc90dd
Fix CI
chrismccord Dec 12, 2022
b074fcc
Fix CI again
chrismccord Dec 12, 2022
b59b909
Wait until pushState is complete before updating title. Closes #2322
chrismccord Dec 13, 2022
6b16440
Fix nested LiveView race condition on live patch. Closes #2286
chrismccord Dec 14, 2022
948f795
Bump build
chrismccord Dec 14, 2022
2d6495a
Do not considered hidden inputs focused. Closes #2359
chrismccord Dec 14, 2022
a9f375e
Fix a typo (#2367)
joepstender Dec 25, 2022
a8d591a
Reduce ambiguity in live_session example code (#2369)
matt-glover Dec 28, 2022
4ba331d
Fix live_reload_test.exs by explicitly installing apparently-not-incl…
grzuy Dec 30, 2022
276d4d2
Bump json5 from 2.2.0 to 2.2.2 in /assets (#2373)
dependabot[bot] Dec 30, 2022
c1f8099
Remove unused Process.monitor call
josevalim Dec 31, 2022
c35a140
Fix typo
chrismccord Jan 2, 2023
e7ce876
Added missing </td> (#2380)
swerter Jan 3, 2023
28be92c
Improve docs of JS.show and JS.hide (#2381)
c4710n Jan 4, 2023
f450929
Unload socket on external nav. Closes #2311 #2276
chrismccord Jan 4, 2023
9a9d7c8
Unload browsers that close with 1001 like firefox
chrismccord Jan 5, 2023
48b0054
Bump build
chrismccord Jan 5, 2023
4929c7b
Release 0.18.4
chrismccord Jan 5, 2023
92bf7c0
Further optimize slot rendering to only flatten on multiple entries
josevalim Jan 6, 2023
674fd69
Consistently convert slots into rendered structs
josevalim Jan 6, 2023
a7e66d8
Remove accidentally committed test
josevalim Jan 6, 2023
00f9bf0
Test live component inside conditional slot
josevalim Jan 6, 2023
88282b3
fix: add hidden attr to csrf inputs (#2384)
yordis Jan 8, 2023
629910d
Fix external anchor click unloading socket. Closes #2386
chrismccord Jan 9, 2023
12ca28c
Release 0.18.5
chrismccord Jan 9, 2023
e1168e3
Release 0.18.6
chrismccord Jan 9, 2023
3be6a03
Use layout defined in live_session during disconnected render (#2387)
jsonmaur Jan 10, 2023
50657bf
Prevent app failure due to missing title (#2363)
leandrocp Jan 10, 2023
1909d49
Normalize live layout
josevalim Jan 10, 2023
fe07e99
Add params for the form component (#2390)
MartinElvar Jan 10, 2023
26c2bb7
Fix new tab link clicks and hrefs with hashes unloading socket incorr…
chrismccord Jan 13, 2023
cf70cc2
Release 0.18.7
chrismccord Jan 13, 2023
98aebfe
Merge pull request #2173 from qdentity/fix-patch-scroll
jeregrine Jan 13, 2023
47aeca8
Use Phoenix.LiveView layout opt for static render (#2398)
jdav-dev Jan 15, 2023
083c007
Remove unused layout function
josevalim Jan 15, 2023
b3725d8
Release 0.18.8
chrismccord Jan 16, 2023
740281c
Release 0.18.9
chrismccord Jan 17, 2023
a5a5896
Fix svg href unloading and target blank forms. Closes #2400
chrismccord Jan 18, 2023
283376e
Release 0.18.10
chrismccord Jan 18, 2023
db74042
Do not unload socket on form submit if defaultPrevented. Closes #2405
chrismccord Jan 19, 2023
9685b0b
Release 0.18.11
chrismccord Jan 19, 2023
8122152
Add `<.inputs_for />` (#2404)
LostKobrakai Jan 19, 2023
29d7aac
Unload socket before redirecting (#2408)
caspg Jan 20, 2023
4fc0037
Remove references to csrf_meta_tag
josevalim Jan 20, 2023
259d3b9
Revert "Add `<.inputs_for />` (#2404)"
josevalim Jan 21, 2023
dd590d6
Add `<.inputs_for />`
LostKobrakai Jan 18, 2023
3c0129a
Update documentation on inputs_for
LostKobrakai Jan 21, 2023
454f33e
Migrate more stuff from phoenix_html
LostKobrakai Jan 21, 2023
38335ef
Simplify implementation
LostKobrakai Jan 21, 2023
4fed52e
Apply feedback
LostKobrakai Jan 21, 2023
ea39e32
Revert "Add params for the form component (#2390)"
josevalim Jan 22, 2023
df01d7c
Add Phoenix.Component.to_form/2
josevalim Jan 23, 2023
8f9d560
Remove race condition
josevalim Jan 23, 2023
35de681
Perform change tracking on form access
josevalim Jan 23, 2023
7770b68
Adjust wording in guides (#2416)
pdgonzalez872 Jan 25, 2023
c133da3
Note handy CSS trick (#2419)
nathanl Jan 27, 2023
eab0ead
Add `suffix` option to `embed_templates` (#2377)
jsonmaur Jan 29, 2023
ee1dd40
Update embed_templates/2 references
josevalim Jan 29, 2023
ba706fb
Update Gettext guide with more information
josevalim Jan 31, 2023
1abc20c
Introduce streams (#2423)
chrismccord Feb 2, 2023
5b0e14a
Fix tests
chrismccord Feb 2, 2023
8f97431
Bump build
chrismccord Feb 2, 2023
bbf3351
Bump docs
chrismccord Feb 2, 2023
44c53a7
Release 0.18.12
chrismccord Feb 2, 2023
bd6efdb
jk
chrismccord Feb 2, 2023
9485442
Deprecate atoms in <.form for={...}
josevalim Feb 3, 2023
2250b92
Assign form explicitly
josevalim Feb 3, 2023
be8cf31
Fix documentation example for intersperse (#2429)
pgeraghty Feb 5, 2023
a47289a
Document how to re-mount nested LiveViews (#2430)
RodolfoSilva Feb 5, 2023
66323f8
Do not require :for
chrismccord Feb 7, 2023
d68b0e4
Refactor layout handling
josevalim Feb 7, 2023
d90f691
Follow warn_on_verify swap of phoenix 1.7
chrismccord Feb 8, 2023
03fb2e1
Apply all options for pre-built forms (#2431)
mcrumm Feb 8, 2023
7f18338
replace Routes.static_path/2 by sigil_p (#2413)
bougueil Feb 9, 2023
d58343a
Merge branch 'pr/inputs-for-component' of github.com:LostKobrakai/pho…
chrismccord Feb 9, 2023
d602572
Fix typo and formatting in stream docs (#2435)
rktjmp Feb 10, 2023
0f569ca
Force assign unchanged defaults (#2434)
chrismccord Feb 10, 2023
db455d9
Bump changelog
chrismccord Feb 10, 2023
0b7bc0f
Touchup
chrismccord Feb 9, 2023
4ac756d
Merge branch 'LostKobrakai-pr/inputs-for-component'
chrismccord Feb 10, 2023
1b2eabb
Bump changelog
chrismccord Feb 10, 2023
1d3eab8
Formatter - proper handle heredocs (#2437)
feliperenan Feb 10, 2023
d5e7b8c
Remove for changeset
chrismccord Feb 10, 2023
32c0c0d
Fix docs
chrismccord Feb 10, 2023
76d2d5a
Bump docs
chrismccord Feb 10, 2023
01be2ef
Remove unncessary assign
chrismccord Feb 10, 2023
ff1c565
Copy FileList on drop event when max_entries: 1, closes #2392 (#2393)
mcrumm Feb 10, 2023
b9dc47e
Bump changelog
chrismccord Feb 10, 2023
9c966c5
Kill reference to Phoenix.HTML.Form
chrismccord Feb 10, 2023
0adb911
Bump decode-uri-component from 0.2.0 to 0.2.2 in /assets (#2347)
dependabot[bot] Feb 10, 2023
41d5ab8
Docs: Explain sockets as a server-only data struct
Sleepful Nov 25, 2022
5960c20
Touchup
chrismccord Feb 10, 2023
fdd6a5f
Do no consider phx-change inputs in form recovery. Closes #2181
chrismccord Feb 10, 2023
7d52b42
Fix typo
chrismccord Feb 10, 2023
cf3d776
Fix comparison
chrismccord Feb 10, 2023
5843d80
Allow replies from :handle_event lifecycle hooks (#2425)
mcrumm Feb 10, 2023
89840e8
Release 0.18.13
chrismccord Feb 10, 2023
1d98c04
Release 0.18.13
chrismccord Feb 10, 2023
15658ed
Improve error message when failing to use Phoenix.Component. Closes #…
chrismccord Feb 10, 2023
2741ab3
Release 0.18.3
chrismccord Feb 10, 2023
7c153bd
Move `inputs_for` into `Components` doc section (#2442)
frankdugan3 Feb 10, 2023
587aa95
Refactor __defaults__ to __given__
chrismccord Feb 11, 2023
aebaaa8
Fix example in docs for `stream_insert/4` (#2446)
RudolfMan Feb 11, 2023
590a34f
move guards in attr macro to __attr__! (#2449)
maxmarcon Feb 12, 2023
4eb09b9
Adds live_view macro update required to move to latest 0.18 (#2447)
jphenow Feb 12, 2023
8b60fa8
Fix deprecation warning to not error
josevalim Feb 12, 2023
223c281
Fix a couple of typos (#2451)
optikfluffel Feb 13, 2023
bf0d8b7
Improve docs for global attributes, closes #2453
josevalim Feb 14, 2023
64faaff
Fix regression in liveview tests with newer phoenix_html (#2456)
maxvw Feb 14, 2023
db73ece
Tidy up docs
josevalim Feb 14, 2023
8474d3a
Move attrs to the bottom
josevalim Feb 14, 2023
90fe54c
More context
josevalim Feb 14, 2023
bdc1a19
More styling
josevalim Feb 14, 2023
e79065e
Merge branch 'master' of github.com:phoenixframework/phoenix_live_view
chrismccord Feb 14, 2023
e38ec07
Default to table styling if not set
chrismccord Feb 14, 2023
d85f92c
Release 0.18.14
chrismccord Feb 14, 2023
d8db2b5
Require for in form component
josevalim Feb 14, 2023
8485ff9
Revert "Require for in form component"
josevalim Feb 14, 2023
d6aaa85
docs: fix minor bug in gettext documentation code (#2458)
gf3 Feb 14, 2023
ef6d99a
Fix typo (#2460)
maartenvanvliet Feb 15, 2023
e1cf035
Add errors to .form as declarative assign
josevalim Feb 15, 2023
a0d5b4c
Fix form_defaults in LiveViewTest for empty textareas when using fast…
Feb 15, 2023
17ac152
Refactor clauses
chrismccord Feb 15, 2023
8c76586
Merge branch 'DefactoSoftware-fix-textarea-form-defaults-for-fast_html'
chrismccord Feb 15, 2023
bd71677
Fix minor typo (#2462)
holandes22 Feb 15, 2023
88bb320
Update README.md
josevalim Feb 16, 2023
ec9e5a8
Bind to form reset and clear feedback
chrismccord Feb 16, 2023
2660a64
Use reset input as _target
chrismccord Feb 16, 2023
b92ca5d
Reset private input focus tracking
chrismccord Feb 16, 2023
62dfc4a
Bump changelog and docs for form resets
chrismccord Feb 16, 2023
30f83bc
Fix JS.transition apply incorrect classes
chrismccord Feb 16, 2023
27394f2
Release 0.18.15
chrismccord Feb 16, 2023
ee93778
Clarify stages available to attach_hook
mcrumm Feb 17, 2023
52a49f1
Improve to_form docs
josevalim Feb 18, 2023
da7bc31
Formatter - Fix when there are multiple HTML comments (#2468)
feliperenan Feb 18, 2023
d5dc051
Refactor HTML engine and tokenizer (#2439)
feliperenan Feb 19, 2023
ffd2da3
Elaborate on New vs Existing Assigns in `update/2` (#2474)
type1fool Feb 19, 2023
7a8ebdb
Fix typos (#2478)
adriankumpf Feb 21, 2023
5bfe422
Immediately tell client to fallback to reload if 4xx error
chrismccord Feb 22, 2023
c4234a5
Respect to_form :as option in form field access (#2480)
jonatanklosko Feb 22, 2023
324625f
Support streams in live components
chrismccord Feb 23, 2023
82b3492
Release 0.18.16
chrismccord Feb 23, 2023
b25a900
stream example fix typo (#2488)
mrdotb Feb 25, 2023
1e67b67
Add missing curly brace to `to_form/2` deprecation warning (#2489)
nskins Feb 25, 2023
92c601e
Add LiveComponent life cycle diagram to docs (#2487)
aiwaiwa Feb 25, 2023
664493b
Update phoenix_live_component.ex
josevalim Feb 26, 2023
037cd9f
remove old phoenix_live_view.js.map (#2491)
sekiyama58 Feb 27, 2023
847c704
Support form submitter (#2490)
mcrumm Feb 27, 2023
d9cacd5
Open Tokenizer for customization (#2482)
feliperenan Feb 28, 2023
c9fe7d2
Fix warnings (#2494)
feliperenan Mar 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
locals_without_parens = [
attr: 2,
attr: 3,
embed_templates: 1,
embed_templates: 2,
slot: 1,
slot: 2,
slot: 3
]

[
import_deps: [:phoenix],
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"]
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
# TODO: Remove these on Phoenix v1.7 since Phoenix provides them already
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ assignees: ''
### Actual behavior

<!--
Describe the actual behaviour. If you are seeing an error, include the full message and stacktrace. If you can provide a link to sample app that reproduces the behaviour, even better!
Describe the actual behaviour. If you are seeing an error, include the full message and stacktrace.

Also please consider providing a single file app that reproduces the behaviour, you can start here:
https:/wojtekmach/mix_install_examples/blob/main/phoenix_live_view.exs
-->

### Expected behavior
Expand Down
35 changes: 12 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,25 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.7.4
otp: 21.3.8.16

- elixir: 1.8.2
otp: 21.3.8.16

- elixir: 1.9.4
otp: 21.3.8.16

- elixir: 1.10.4
otp: 21.3.8.16

- elixir: 1.11.4
otp: 21.3.8.16
- elixir: 1.12.0
otp: 24.2

- elixir: 1.11.4
otp: 23.3
- elixir: 1.13.2
otp: 24.2
lint: lint

- elixir: 1.12.0
otp: 23.3

runs-on: ubuntu-latest

steps:
- name: Install inotify-tools
run: |
sudo apt update
sudo apt install -y inotify-tools
- name: Checkout
uses: actions/checkout@v2

- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down Expand Up @@ -90,10 +79,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: 1.11.4
otp-version: 23.3.1
elixir-version: 1.13.2
otp-version: 24.2

- name: Restore deps and _build cache
uses: actions/cache@v2
Expand Down
Loading