1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-01 07:51:52 +02:00

Support otel 0.25 (#130)

This commit is contained in:
Omid Rad
2024-09-26 17:46:17 +02:00
committed by GitHub
parent 8b56df5d69
commit 2bc3ab3ea8
8 changed files with 88 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
branches:
- main
@@ -60,6 +60,7 @@ jobs:
- opentelemetry_0_22
- opentelemetry_0_23
- opentelemetry_0_24
- opentelemetry_0_25
steps:
- uses: actions/checkout@v2
- name: Cache dependencies