Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 29, 2020
1 parent 69c50da commit d22f212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ $ vendor/bin/phpunit
```

* A script `test-git-version.sh` is available in repository to test gitlib against many git versions.
* The tests will be automatically run by [Travis CI](https://travis-ci.org/) against pull requests.
* The tests will be automatically run by [GitHub Actions](https://github.com/features/actions) against pull requests.
* We also have [StyleCI](https://styleci.io/) setup to automatically fix any code style issues.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
name: PHP ${{ matrix.php }}; Symfony ${{ matrix.laravel }}
name: PHP ${{ matrix.php }}; Symfony ${{ matrix.symfony }}
runs-on: ubuntu-20.04

strategy:
Expand Down

0 comments on commit d22f212

Please sign in to comment.