From 4e7a2aa6b5541c77c3e128383201dac57fd364f5 Mon Sep 17 00:00:00 2001 From: matijakolaric Date: Wed, 11 Dec 2024 08:08:35 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a351c08..a892a8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: psf/black@stable with: options: "--check --verbose --line-length 79 --exclude music_publisher/migrations" @@ -29,6 +29,7 @@ jobs: strategy: matrix: python: ['3.11', '3.12', '3.13'] + postgresql-version: [15, 16] steps: - name: Checkout