CI cleanup: remove temporary Alpine smoke job, keep PG matrix on development, and keep Alpine backend default #33

Merged
nessi merged 4 commits from development into main 2026-02-14 16:00:58 +00:00
Showing only changes of commit 344071193c - Show all commits

View File

@@ -2,7 +2,7 @@ from functools import lru_cache
from pydantic import field_validator
from pydantic_settings import BaseSettings, SettingsConfigDict
NEXAPG_VERSION = "0.2.0"
NEXAPG_VERSION = "0.2.1"
class Settings(BaseSettings):