Skip to content

Commit

Permalink
Upgrade phpunix (#77)
Browse files Browse the repository at this point in the history
* Upgrade phpunit
  • Loading branch information
exussum12 authored Jun 25, 2024
1 parent b5ac406 commit fa8d511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout code
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Install phpmd
run: composer global require phpmd/phpmd
- name: Run the build
run: ./build.sh
run: ./build.sh
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "exussum12/coverage-checker",
"description": "Allows checking the code coverage of a single pull request",
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit fa8d511

Please sign in to comment.