Skip to content

Commit fa8d511

Browse files
authored
Upgrade phpunix (#77)
* Upgrade phpunit
1 parent b5ac406 commit fa8d511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
11-
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0']
11+
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1212
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
1313
steps:
1414
- name: Checkout code
@@ -30,4 +30,4 @@ jobs:
3030
- name: Install phpmd
3131
run: composer global require phpmd/phpmd
3232
- name: Run the build
33-
run: ./build.sh
33+
run: ./build.sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "exussum12/coverage-checker",
33
"description": "Allows checking the code coverage of a single pull request",
44
"require-dev": {
5-
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5+
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
66
},
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)