Skip to content

Commit

Permalink
Fixed email 2fa condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Feb 15, 2025
2 parents 2580ca6 + 8aabdf2 commit 389f2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.14-slim
image: elixir:1.15-slim

services:
mysql:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: elixir:1.14-slim
image: elixir:1.15-slim

steps:
- name: Checkout Code
Expand Down

0 comments on commit 389f2fe

Please sign in to comment.