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
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.
Original file line number Diff line number Diff line change 66
77jobs :
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 :
You can’t perform that action at this time.
0 commit comments