Skip to content

Commit

Permalink
Merge pull request #3243 from Rotzbua/add_php82
Browse files Browse the repository at this point in the history
Add php 8.2 to Github test
  • Loading branch information
l0gicgate committed Jan 29, 2023
2 parents a44d0a7 + ee7796c commit c7531b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]
experimental: [false]
include:
- php: 8.1
Expand Down

0 comments on commit c7531b0

Please sign in to comment.