diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml new file mode 100644 index 0000000..8388e01 --- /dev/null +++ b/.aspect/workflows/config.yaml @@ -0,0 +1,8 @@ +# See https://docs.aspect.build/workflows/configuration +workspaces: + - . + - examples +tasks: + - test: +notifications: + github: {} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b10c9f9..8e80a01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,4 +26,6 @@ jobs: {"folder": ".", "bzlmodEnabled": false}, {"folder": "examples", "bzlmodEnabled": false}, {"bazelversion": "8.0.0", "bzlmodEnabled": false}, + {"bazelversion": "7.4.1", "folder": ".", "os": "ubuntu-latest"}, + {"bazelversion": "7.4.1", "folder": "examples", "os": "ubuntu-latest"} ]