Skip to content

Commit

Permalink
Merge branch 'main' into add-laravel-11-support-and-php-8.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/run-tests.yml
#	composer.json
  • Loading branch information
mkeremcansev committed Jul 23, 2024
2 parents 73cb7e1 + 93b79a2 commit 622046a
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@ name: tests

on:
push:
branches: [main]
branches:
- main
paths:
- '**.php'
- 'composer.json'
- '.github/**'
- **.php
- composer.json
- .github/**
pull_request:
branches: [main]
branches:
- main
paths:
- '**.php'
- 'composer.json'
- '.github/**'
- **.php
- composer.json
- .github/**

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -76,7 +79,6 @@ jobs:
sed -i 's|/home/runner/work/laravel-model-hashid/laravel-model-hashid/src|/github/workspace/src|g' build/logs/clover.xml
sed -i 's|/home/runner/work/laravel-model-hashid/laravel-model-hashid/src|/github/workspace/src|g' build/logs/tests.xml
- name: SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 622046a

Please sign in to comment.