Skip to content

chore(deps): update dependency ubuntu to v24 #1746

chore(deps): update dependency ubuntu to v24

chore(deps): update dependency ubuntu to v24 #1746

Workflow file for this run

name: test-dotnet
on:
push:
branches:
- main
- renovate/**
paths:
- dotnet/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dotnet/**
- testdata/**
- .github/**
workflow_call:
jobs:
test-dotnet:
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- run: dotnet test
working-directory: dotnet
- name: run acceptance tests
run: make acceptance
working-directory: dotnet