We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c50da commit d22f212Copy full SHA for d22f212
2 files changed
.github/CONTRIBUTING.md
@@ -28,5 +28,5 @@ $ vendor/bin/phpunit
28
```
29
30
* 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.
+* The tests will be automatically run by [GitHub Actions](https://github.com/features/actions) against pull requests.
32
* We also have [StyleCI](https://styleci.io/) setup to automatically fix any code style issues.
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
tests:
9
- name: PHP ${{ matrix.php }}; Symfony ${{ matrix.laravel }}
+ name: PHP ${{ matrix.php }}; Symfony ${{ matrix.symfony }}
10
runs-on: ubuntu-20.04
11
12
strategy:
0 commit comments