Skip to content

Commit 9496bca

Browse files
feat: add php version 8.3 (#3)
* feat: add php version 8.3 * feat: update workflow testes * docs: atualiza versões suportadas
1 parent 3214fce commit 9496bca

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/testes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
13-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
13+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1414
name: PHP ${{ matrix.php-versions }} ubuntu-20.04
1515
steps:
1616
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "7.1 - 8.2",
13+
"php": "7.1 - 8.3",
1414
"ext-json": "*"
1515
},
1616
"require-dev": {

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Todas as versões são garantidas por testes unitários que são testados no mom
1313
- [x] PHP 7.4
1414
- [x] PHP 8.0
1515
- [x] PHP 8.1
16+
- [x] PHP 8.2
17+
- [x] PHP 8.3

0 commit comments

Comments
 (0)