Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions publication/compatibility-route-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
"available": false
}
},
{
"pfsense_version": "25.11",
"channel": "Plus",
"freebsd_version": "16.0-RELEASE",
"freebsd_major": "16",
"php_version": "8.4",
"py_flavor": "py311",
"variant": "Plus",
"status": "active",
"ci": false,
"image_name": "pfsense-plus",
"extra_pkgs": []
},
{
"pfsense_version": "26.03",
"channel": "Plus",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ingest_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_compatibility_matrix_covers_every_production_route(self) -> None:
)
self.assertEqual(
{(row["variant"], row["pfsense_version"]) for row in rows},
{("CE", "2.8"), ("CE", "2.9"), ("Plus", "26.03"), ("Plus", "26.07")},
{("CE", "2.8"), ("CE", "2.9"), ("Plus", "26.03"), ("Plus", "26.07"), ("Plus", "25.11")},
)

def test_nightly_pull_and_cleanup_use_only_the_validated_digest_reference(
Expand Down
Loading