Skip to content

Commit

Permalink
Added support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Jan 24, 2024
1 parent 4769aad commit de7ad24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4,679 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
coverage: false
- version: 8.1
phpunit: 9.5
coverage: true
coverage: false
- version: 8.2
phpunit: 10.0
coverage: true
- version: 8.3
phpunit: 10.0
coverage: false
prefer-lowest: ['', '--prefer-lowest']
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"files": ["tests/compat.php"]
},
"require": {
"php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"behat/behat": "^3.6",
Expand Down
Loading

0 comments on commit de7ad24

Please sign in to comment.