File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ $ vendor/bin/phpunit
28
28
```
29
29
30
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.
31
+ * The tests will be automatically run by [ GitHub Actions ] ( https://github.com/features/actions ) against pull requests.
32
32
* We also have [ StyleCI] ( https://styleci.io/ ) setup to automatically fix any code style issues.
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
tests :
9
- name : PHP ${{ matrix.php }}; Symfony ${{ matrix.laravel }}
9
+ name : PHP ${{ matrix.php }}; Symfony ${{ matrix.symfony }}
10
10
runs-on : ubuntu-20.04
11
11
12
12
strategy :
You can’t perform that action at this time.
0 commit comments