Skip to content

Commit f67bec9

Browse files
authored
Merge pull request #23 from josantonius/release/v2.0.7
Release/v2.0.7
2 parents 2e97ae0 + 32897f1 commit f67bec9

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.github/lang/es-ES/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Biblioteca PHP para la gestión de archivos JSON.
3232

3333
## Requisitos
3434

35-
Esta biblioteca es compatible con las versiones de PHP: 8.0 | 8.1.
35+
- Sistema operativo: Linux.
36+
37+
- Versiones de PHP: 8.0 | 8.1 | 8.2.
3638

3739
## Instalación
3840

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
php:
4848
- '8.0'
4949
- '8.1'
50+
- '8.2'
5051
steps:
5152
- name: Checkout Code
5253
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## [v2.0.7](https://github.com/josantonius/php-json/releases/tag/v2.0.7) (2022-09-29)
4+
5+
* Tests for Windows have been added.
6+
7+
* Tests for PHP 8.2 have been added.
8+
39
## [v2.0.6](https://github.com/josantonius/php-json/releases/tag/v2.0.6) (2022-09-05)
410

511
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ PHP simple library for managing JSON files.
3232

3333
## Requirements
3434

35-
This library is compatible with the PHP versions: 8.0 | 8.1.
35+
- Operating System: Linux.
36+
37+
- PHP versions: 8.0 | 8.1 | 8.2.
3638

3739
## Installation
3840

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
5858
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
5959
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
60-
"phpunit": "vendor/bin/phpunit --colors=always;",
60+
"phpunit": "vendor/bin/phpunit",
6161
"tests": [
6262
"clear",
6363
"@phpmd",

0 commit comments

Comments
 (0)