name: Testing Friendica
-on: [push, pull_request]
+
+on: [workflow_dispatch]
jobs:
friendica:
strategy:
fail-fast: false
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Checkout
uses: actions/checkout@v2
REDIS_HOST: 127.0.0.1
MEMCACHED_PORT: ${{ job.services.memcached.ports[11211] }}
MEMCACHE_PORT: ${{ job.services.memcached.ports[11211] }}
-
- - name: Upload coverage to Codecov
- uses: codecov/codecov-action@v1
- with:
- file: clover.xml