parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
714 stars 133 forks source link

Fix workflow cache to consider otp/elixir versions #201

Closed parroty closed 1 year ago

parroty commented 1 year ago

Trial to workflow error caused by incorrect otp version.

ex.

Error: 12:58:24.125 [error] beam/beam_load.c(1871): Error loading module jsx:
  This BEAM file was compiled for a later version of the run-time system than 21.
  To fix this, please recompile this module with an 21 compiler.
  (Use of opcode 169; this emulator supports only up to 163.)
github-actions[bot] commented 1 year ago

Coverage Status

Coverage: 88.784%. Remained the same when pulling 4b6979dfa380c9d9b94a3ebf16796908c13ac450 on fix/workflow-cache into e06e7925227f85549b00fc6e887d3b50721a7c69 on master.