Skip to content

Commit

Permalink
test with protobuf v4 and v5
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 29, 2025
1 parent 119faab commit a8c23e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
build:
Expand All @@ -18,6 +18,9 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
protobuf-version:
- "4.23.4"
- "5.29.3"

runs-on: ${{ matrix.os }}

Expand All @@ -38,6 +41,8 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip
pip install "protobuf==${{ matrix.protobuf-version }}"
make dev
- name: Run tests
Expand Down

0 comments on commit a8c23e8

Please sign in to comment.