Skip to content

Commit

Permalink
ci: add Ubuntu 20.04 to CI workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 9, 2025
1 parent 9fac98b commit 60a395d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
flags:
- ""
- "--prod"
Expand Down

0 comments on commit 60a395d

Please sign in to comment.