diff --git a/.github/workflows/aiohttp.yml b/.github/workflows/aiohttp.yml index 16a3bd3c..20b1f41f 100644 --- a/.github/workflows/aiohttp.yml +++ b/.github/workflows/aiohttp.yml @@ -27,11 +27,15 @@ jobs: name: Aiohttp tests runs-on: ubuntu-latest timeout-minutes: 30 + strategy: + matrix: + branch: ['master', '3.10', '3.11', '3.12'] steps: - name: Checkout aiohttp uses: actions/checkout@v4 with: repository: aio-libs/aiohttp + ref: ${{ matrix.branch }} submodules: true - name: Checkout yarl uses: actions/checkout@v4