Skip to content

Commit

Permalink
Run tests on PHP 8.3 too
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci authored Dec 19, 2022
1 parent 57d8168 commit d55ed81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "development"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down

0 comments on commit d55ed81

Please sign in to comment.