File tree 3 files changed +3
-93
lines changed
3 files changed +3
-93
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
3
3
jobs :
4
4
main :
5
5
name : phpList on PHP ${{ matrix.php-versions }} [Build, Test]
6
- runs-on : ubuntu-latest
6
+ runs-on : ubuntu-20.04
7
7
env :
8
8
DB_DATABASE : phplist
9
9
DB_USERNAME : root
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# phpList core module
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/phpList/core.svg?branch=master )] ( https://travis-ci.com/phpList/core )
3
+
4
+ [ ![ Build Status] ( https://github.com/phpList/core/workflows/phpList%20Build/badge.svg )] ( https://github.com/phpList/web-frontend/actions )
4
5
[ ![ Latest Stable Version] ( https://poser.pugx.org/phplist/core/v/stable.svg )] ( https://packagist.org/packages/phpList/core )
5
6
[ ![ Total Downloads] ( https://poser.pugx.org/phplist/core/downloads.svg )] ( https://packagist.org/packages/phpList/core )
6
7
[ ![ Latest Unstable Version] ( https://poser.pugx.org/phplist/core/v/unstable.svg )] ( https://packagist.org/packages/phpList/core )
You can’t perform that action at this time.
0 commit comments