Skip to content

Commit b2ef87b

Browse files
committed
downgrade PHPUnit de 12 para 11 para manter suporte com PHP 8.2
1 parent 5945c6d commit b2ef87b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
jobs:
9-
test:
9+
tests:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/
22
.phpunit.cache
33
clover.xml
4+
composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Suporte a PHP 8.2, 8.3 e 8.4
1515
- Compatível com PSR-12
1616
- Uso do Carbon para manipulação de datas
17-
- Testes automatizados com PHPUnit 12
17+
- Testes automatizados com PHPUnit 11
1818
- Geração de declaração em HTML para impressão direta
1919

2020
## Requisitos

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"license": "MIT",
2525
"require-dev": {
26-
"phpunit/phpunit": "^12.0",
26+
"phpunit/phpunit": "^11.0",
2727
"squizlabs/php_codesniffer": "3.*"
2828
}
2929
}

0 commit comments

Comments
 (0)