diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b43fbba..eb396bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,14 +21,13 @@ jobs: - 'pypy-3.10' # this version range needs to be synchronized with the one in pyproject.toml amaranth-version: - - '0.4' - '0.5' - 'git' allow-failure: - true - false exclude: # all of these are inverted (this is unfortunately the best way to do this) - - amaranth-version: '0.4' + - amaranth-version: '0.5' allow-failure: false - amaranth-version: 'git' allow-failure: true |
