Update the year and build image
All checks were successful
Build / audit (push) Successful in 11s
Build / test (push) Successful in 4m40s
Build / release (push) Successful in 4m9s

This commit is contained in:
2026-01-30 10:23:25 +01:00
parent f6dc21a9ad
commit a408435d47
2 changed files with 4 additions and 4 deletions

View File

@@ -7,13 +7,13 @@ on:
jobs: jobs:
audit: audit:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: hlint src lib test - run: hlint src lib test
test: test:
runs-on: buildenv container: buildenv:5
continue-on-error: true continue-on-error: true
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming
release: release:
runs-on: buildenv container: buildenv:5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: cabal update - run: cabal update

View File

@@ -12,7 +12,7 @@ author: Eugen Wissner
license-files: LICENSE license-files: LICENSE
license: MPL-2.0 license: MPL-2.0
copyright: (c) 2025 Eugen Wissner copyright: (c) 2026 Eugen Wissner
category: Graphics category: Graphics
extra-source-files: extra-source-files: