Skip to content

Commit

Permalink
fix: test on 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 5, 2023
1 parent f48f583 commit a4b3dd0
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 277 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
phpversion: ['8.1']
phpversion: ['8.1', '8.2']
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- name: Generate coverage report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^7.0",
"php-coveralls/php-coveralls": "^2.5",
"php-vcr/php-vcr": "1.5.5",
"php-vcr/php-vcr": "1.6.7",
"phpunit/phpunit": "^10.0",
"rregeer/phpunit-coverage-check": "^0.3.1",
"spatie/laravel-ignition": "^2.1",
Expand Down
Loading

0 comments on commit a4b3dd0

Please sign in to comment.