Skip to content

Commit

Permalink
[CI] Add PHP 8.2 and 8.3 tests back (#1055)
Browse files Browse the repository at this point in the history
Resolves #1034
  • Loading branch information
tomasnorre authored Mar 26, 2024
1 parent a19e18e commit b76029b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- '^12.4'
php:
- '8.1'
#- '8.2' ## Disabled till tests are green again, if not working in PHP 8.1 they aren't in 8.2 either.
- '8.2'
- '8.3'
mysql:
- '8.0'

Expand Down

0 comments on commit b76029b

Please sign in to comment.