Skip to content

Commit

Permalink
Add support for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 11, 2024
1 parent 4385332 commit 3798e4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer:
- ""
- "--prefer-lowest"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

--------

## 1.2.0 - 2024-10-11

### Changed

* [Support] Added support for PHP 8.2 and PHP 8.3.

--------

## 1.1.1 - 2022-04-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php-webdriver/webdriver": "^1.0",
"laravel/dusk": "^6.0",
"phpunit/phpunit": "^9.5.13",
"phpunit/phpunit": "^9.5.13 || ^10.0 || ^11.0",
"symfony/process": "^5.4 || ^6.0",
"php": "^7.3 || ^8.0"
},
Expand Down

0 comments on commit 3798e4d

Please sign in to comment.