Skip to content

Commit

Permalink
added tests for Ubuntu "Mantic Minotaur"
Browse files Browse the repository at this point in the history
  • Loading branch information
collinwebdesigns committed Jan 17, 2024
1 parent e9ad1d7 commit 9473f10
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .DEBIAN/requirements-ubuntu-23.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://packages.ubuntu.com
fastapi==0.101.0
uvicorn[standard]==0.23.2
python-jose[pycryptodome]==3.3.0
pycryptodome==3.11.0
python-dateutil==2.8.2
sqlalchemy==1.4.47
markdown==3.4.4
python-dotenv==1.0.0
jinja2==3.1.2
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ test:
- requirements.txt
- .DEBIAN/requirements-bookworm-12.txt
- .DEBIAN/requirements-ubuntu-23.04.txt
- .DEBIAN/requirements-ubuntu-23.10.txt
before_script:
- apt-get update && apt-get install -y python3-dev gcc
- pip install cython
Expand Down Expand Up @@ -201,7 +202,7 @@ test:debian:

test:ubuntu:
extends: .test:linux
image: ubuntu:23.04
image: ubuntu:23.10

test:archlinux:
image: archlinux:base
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,9 @@ Packages are available here:
Successful tested with:

- Debian 12 (Bookworm)
- Ubuntu 22.10 (Kinetic Kudu) (EOL!)
- Ubuntu 23.04 (Lunar)
- Ubuntu 22.10 (Kinetic Kudu) (EOL: July 20, 2023)
- Ubuntu 23.04 (Lunar Lobster) (EOL: January 2024)
- Ubuntu 23.10 (Mantic Minotaur) (EOL: July 2024)

Not working with:

Expand Down

0 comments on commit 9473f10

Please sign in to comment.