Skip to content

Commit cdefb5a

Browse files
committed
Update install-syslog-cacti.yml
1 parent 2670af4 commit cdefb5a

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/install-syslog-cacti.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
41+
php: ['8.1', '8.2', '8.3']
4242
os: [ubuntu-latest]
4343

4444
services:
@@ -215,16 +215,6 @@ jobs:
215215
exit 1
216216
fi
217217
218-
- name: Test Syslog Plugin Functions
219-
run: |
220-
cd ${{ github.workspace }}/cacti/plugins/syslog
221-
php -r "
222-
require_once('../../include/global.php');
223-
require_once('setup.php');
224-
\$info = plugin_syslog_version();
225-
echo 'Syslog Plugin Version: ' . \$info['version'] . PHP_EOL;
226-
echo 'Plugin loaded successfully!' . PHP_EOL;
227-
"
228218
229219
- name: View Cacti Logs
230220
if: always()
@@ -247,10 +237,7 @@ jobs:
247237
- vendor/
248238
- locales/
249239
ignoreErrors:
250-
- '#Function db_[a-z_]+ not found\.#'
251-
- '#Function cacti_[a-z_]+ not found\.#'
252240
- '#has invalid return type the\.#'
253-
- '#Class [a-zA-Z_\\]+ not found\.#'
254241
bootstrapFiles:
255242
- ../../include/global.php
256243
EOF

0 commit comments

Comments
 (0)