Skip to content

Commit 7b33368

Browse files
committed
ci improvements
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 1c5609e commit 7b33368

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# PFSENSE_USERNAME="admin"
33
# PFSENSE_PASSWORD="secret"
44
# PFSENSE_INSECURE="false"
5+
# PFSENSE_PFSENSE_SSLCAPATH=/tmp/ssl/ca-dir
6+
# PFSENSE_SSLCAFILE=/tmp/ssl/ca-file
7+
# leave blank/unset to disable (the default)
8+
# PFSENSE_HTTPKEEPALIVE=true
59
# PFSENSE_DEBUG="false"
610
# CONTROLLER_NAME="kubernetes-pfsense-controller"
711
# CONTROLLER_NAMESPACE="kube-system"

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: application build
3535
uses: php-actions/composer@v6
3636
with:
37+
php_version: "8.2"
38+
php_extensions: pcntl bz2
3739
command: buildphar
3840

3941
- name: create release

0 commit comments

Comments
 (0)