From d1ed8209c6d5df3a8c5638dbb60923e9cf3388b8 Mon Sep 17 00:00:00 2001 From: Javier Cordero Date: Sun, 14 Jan 2024 11:49:04 +0100 Subject: [PATCH] Moving to GitHub actions (#27) * remove .travis.yml * update pythons versions for tests * update workflow versions --------- Co-authored-by: Javier Cordero --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764935c..f170793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,10 @@ jobs: - 5432:5432 steps: - name: 'Set up Python ${{ matrix.python-version }}' - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '${{ matrix.python-version }}' - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: pip install --upgrade pip - run: pip install django==${{ matrix.django-version}} - run: pip install psycopg2