mirror of
https://github.com/friendica/friendica
synced 2025-03-25 12:04:01 +00:00
Update php versions, remove code coverage upload
This commit is contained in:
parent
d959c07e25
commit
b6a972c5fe
1 changed files with 3 additions and 7 deletions
10
.github/workflows/php.yml
vendored
10
.github/workflows/php.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Testing Friendica
|
||||
on: [push, pull_request]
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
friendica:
|
||||
|
@ -28,7 +29,7 @@ jobs:
|
|||
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
|
||||
|
@ -94,8 +95,3 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue