Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
[CI] add verilator 5.x tests (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh authored Feb 7, 2024
1 parent 6e194dc commit 0783f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# 4.202: added "forcePerInstance" to support our coverage flow
# 5.018: current version on Homebrew (5/2/2024)
# 5.020: latest release (5/2/2024)
version: ["4.028", "4.032", "4.034", "4.038", "4.108", "4.200", "4.202"]
version: ["4.028", "4.032", "4.034", "4.038", "4.108", "4.200", "4.202", "5.018", "5.020"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0783f27

Please sign in to comment.