Skip to content

Update GHA versions #113

Update GHA versions

Update GHA versions #113

Workflow file for this run

name: CI
on: [push]
# git show 7fe70e20d965116236fa0bae8132d46d043647f5
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6 # or alternative dependency management
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
php_extensions: "xdebug mbstring xml"
configuration: "phpunit.xml"
coverage_clover: "coverage.xml"
version: "11.5.3"
php_version: "8.3"
# TODO: integrate Coverage https://about.codecov.io/blog/measuring-php-code-coverage-with-phpunit-and-github-actions/
- name: Code coverage with codecov
uses: codecov/codecov-action@v3