Skip to content

Commit d22f212

Browse files
Updated docs
1 parent 69c50da commit d22f212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ $ vendor/bin/phpunit
2828
```
2929

3030
* A script `test-git-version.sh` is available in repository to test gitlib against many git versions.
31-
* The tests will be automatically run by [Travis CI](https://travis-ci.org/) against pull requests.
31+
* The tests will be automatically run by [GitHub Actions](https://github.com/features/actions) against pull requests.
3232
* We also have [StyleCI](https://styleci.io/) setup to automatically fix any code style issues.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
tests:
9-
name: PHP ${{ matrix.php }}; Symfony ${{ matrix.laravel }}
9+
name: PHP ${{ matrix.php }}; Symfony ${{ matrix.symfony }}
1010
runs-on: ubuntu-20.04
1111

1212
strategy:

0 commit comments

Comments
 (0)