Skip to content

Commit

Permalink
feat: add php version 8.3 (#3)
Browse files Browse the repository at this point in the history
* feat: add php version 8.3

* feat: update workflow testes

* docs: atualiza versões suportadas
  • Loading branch information
lucasvillatore authored Sep 2, 2024
1 parent 3214fce commit 9496bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} ubuntu-20.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "7.1 - 8.2",
"php": "7.1 - 8.3",
"ext-json": "*"
},
"require-dev": {
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Todas as versões são garantidas por testes unitários que são testados no mom
- [x] PHP 7.4
- [x] PHP 8.0
- [x] PHP 8.1
- [x] PHP 8.2
- [x] PHP 8.3

0 comments on commit 9496bca

Please sign in to comment.