mirror of
https://github.com/flarum/framework.git
synced 2025-02-15 01:22:52 +08:00
![IanM](/assets/img/avatar_default.png)
* chore: test with php 8.2 * chore: bump httphandlerunnder * chore: bump httphandlerunner * chore: address php8.2 deprecation * chore: php 8.2 * chore: bump less.php version * avoid dynamic properties * avoid another dynamic property * Apply fixes from StyleCI * tags php82 * php82 * fix: check for property existence * Rerun checks after s9e/text-formatter update * chore: disable deprecation warnings for php 8.2 * chore: PHP8.2 does not accept dynamic properties * chore: temporarily disable package manager tests workflow Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
12 lines
237 B
YAML
12 lines
237 B
YAML
name: Package Manager PHP
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/REUSABLE_backend.yml
|
|
with:
|
|
enable_backend_testing: false
|
|
|
|
backend_directory: ./extensions/package-manager
|