Skip to content

Commit

Permalink
fix: set correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 7, 2024
1 parent 894beb1 commit f9af5d3
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 @@ -21,8 +21,8 @@ jobs:
runs-on: macos-14
strategy:
matrix:
- OTP_VERSION: 27.0
- ELIXIR_VERSION: 1.15.4
- OTP_VERSION: "27.0"
- ELIXIR_VERSION: "1.15.4"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f9af5d3

Please sign in to comment.