Skip to content

Commit

Permalink
Travis to github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daric971 committed Aug 13, 2021
1 parent 2f35f16 commit a09d15a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 70 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/gitlab-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Tests

on:
push:
pull_request:
schedule:
- cron: '0 1 * * *'

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
steps:
- uses: actions/checkout@v2
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer
ini-values: php_memory_limit=3072M
- run: make app-install
- run: make ci
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .travis/after_success_ci.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .travis/before_install_ci.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/check_relevant_ci.sh

This file was deleted.

16 changes: 0 additions & 16 deletions .travis/install_ci.sh

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ master
* Add support to PHPStan extension installer
* Add sonata-project/datagrid-bundle as direct dependency
* Switch to the new security checker
* Migrate from Travis to GitHub Actions

v0.2.0
------
Expand Down

0 comments on commit a09d15a

Please sign in to comment.