Skip to content

Commit

Permalink
👷 Add PHP 8.2 and 8.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Feb 3, 2024
1 parent 807572c commit f0b0c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- php: 7.4 # should use monolog v2
- php: 8.0 # should use monolog v2
- php: 8.1 # should use monolog v3
- php: 8.2 # should use monolog v3
- php: 8.3 # should use monolog v3
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit f0b0c0f

Please sign in to comment.