Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Dec 11, 2024
1 parent 5f96500 commit 70bb312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]
laravel: [ 8, 9, 10, 11 ]
stability: [ 'prefer-lowest', 'prefer-stable' ]
exclude:
- php: 8.1
laravel: 11
Expand All @@ -36,7 +35,7 @@ jobs:
- laravel: 11
testbench: 9

name: PHP ${{ matrix.php }} L${{ matrix.laravel }} w/ ${{ matrix.stability }}
name: PHP ${{ matrix.php }} L${{ matrix.laravel }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -57,7 +56,7 @@ jobs:
max_attempts: 5
command: |
composer require "laravel/framework:^${{ matrix.laravel }}" "orchestra/testbench:^${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
composer update --prefer-dist --no-interaction --no-progress --prefer-stable
- name: Execute tests
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^6.0|^7.0|^8.2|^9.0",
"phpunit/phpunit": "^9.5.10|^10.5.35|^11.3.6",
"phpunit/phpunit": "^9.5.10|^10.1|^11.3.6",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand Down

0 comments on commit 70bb312

Please sign in to comment.