Skip to content

Commit

Permalink
Merge pull request #226 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Mar 13, 2024
2 parents 3c77711 + c936f5b commit e5341ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: ["ubuntu-22.04"]
php: ["8.2", "8.3"]
laravel: ["^10.0"]
laravel: ["^11.0"]
dependency-version: ["highest"]

name: "Unit - PHP ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.dependency-version }}"
Expand All @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
run: composer exec -- phpunit

- name: Send coverage to Coveralls
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.php == '8.2' && matrix.laravel == '^10.0' }}
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.php == '8.2' && matrix.laravel == '^11.0' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget "https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.2/php-coveralls.phar"
wget "https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar"
php ./php-coveralls.phar -v

0 comments on commit e5341ec

Please sign in to comment.