Skip to content

Commit aeed77c

Browse files
ci: deprecate builds and tests for pfSense 2.7.2 and 24.03
1 parent 93e6330 commit aeed77c

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ jobs:
107107
strategy:
108108
matrix:
109109
include:
110-
- PFSENSE_VERSION: pfSense-2.7.2-RELEASE
111-
FREEBSD_ID: freebsd14
112110
- PFSENSE_VERSION: pfSense-2.8.0-BETA
113111
FREEBSD_ID: freebsd15
114112
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
matrix:
2727
include:
2828
# Note: The first item in this matrix must use env.DEFAULT_PFSENSE_VERSION as the PFSENSE_VERSION!
29-
- FREEBSD_VERSION: FreeBSD-14.0-CURRENT
30-
PFSENSE_VERSION: "2.7.2"
3129
- FREEBSD_VERSION: FreeBSD-15.0-CURRENT
32-
PFSENSE_VERSION: "24.03"
30+
PFSENSE_VERSION: "2.8.0"
3331
- FREEBSD_VERSION: FreeBSD-15.0-CURRENT
3432
PFSENSE_VERSION: "24.11"
3533

0 commit comments

Comments
 (0)