Skip to content

Commit

Permalink
✨ add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Jul 31, 2023
1 parent 910356a commit 6e80808
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 38 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run grumphp with different versions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- '8.1'
- '8.2'
container:
image: kanti/buildy:${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- run: composer install --no-progress --no-scripts -n
- run: ./vendor/bin/grumphp run
36 changes: 0 additions & 36 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"authors": [
{
"name": "Matthias Vogel",
"email": "matthias.vogel@pluswerk.ag",
"homepage": "http://pluswerk.ag"
"email": "m.vogel@andersundsehr.com",
"homepage": "https://www.andersundsehr.com"
}
],
"support": {
Expand Down

0 comments on commit 6e80808

Please sign in to comment.