Update requirements

This commit is contained in:
Sonny Bakker 2023-08-06 10:52:49 +02:00
parent 2790e9c82e
commit 2f22e635b3
12 changed files with 55 additions and 45 deletions

View file

@ -4,7 +4,7 @@ python-tests:
services:
- postgres:15
- memcached:1.5.22
image: python:3.9-bullseye
image: python:3.11-bookworm
before_script:
- pip install -r requirements/ci.txt
script:
@ -12,7 +12,7 @@ python-tests:
javascript-tests:
stage: test
image: node:16-bullseye
image: node:lts-bookworm
before_script:
- npm install
script: