mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 14:06:14 +00:00 
			
		
		
		
	added test matrix for python3.12
This commit is contained in:
		@@ -126,7 +126,7 @@ build:pacman:
 | 
				
			|||||||
      - "*.pkg.tar.zst"
 | 
					      - "*.pkg.tar.zst"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
  image: python:3.11-slim-bookworm
 | 
					  image: $IMAGE
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  interruptible: true
 | 
					  interruptible: true
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
@@ -141,7 +141,8 @@ test:
 | 
				
			|||||||
    DATABASE: sqlite:///../app/db.sqlite
 | 
					    DATABASE: sqlite:///../app/db.sqlite
 | 
				
			||||||
  parallel:
 | 
					  parallel:
 | 
				
			||||||
    matrix:
 | 
					    matrix:
 | 
				
			||||||
      - REQUIREMENTS:
 | 
					      - IMAGE: [ 'python:3.11-slim-bookworm', 'python:3.12-slim-bullseye' ]
 | 
				
			||||||
 | 
					        REQUIREMENTS:
 | 
				
			||||||
          - requirements.txt
 | 
					          - requirements.txt
 | 
				
			||||||
          - .DEBIAN/requirements-bookworm-12.txt
 | 
					          - .DEBIAN/requirements-bookworm-12.txt
 | 
				
			||||||
          - .DEBIAN/requirements-ubuntu-23.10.txt
 | 
					          - .DEBIAN/requirements-ubuntu-23.10.txt
 | 
				
			||||||
@@ -206,7 +207,7 @@ test:debian:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
test:ubuntu:
 | 
					test:ubuntu:
 | 
				
			||||||
  extends: .test:linux
 | 
					  extends: .test:linux
 | 
				
			||||||
  image: ubuntu:23.10
 | 
					  image: ubuntu:24.04
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test:archlinux:
 | 
					test:archlinux:
 | 
				
			||||||
  image: archlinux:base
 | 
					  image: archlinux:base
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user