Skip to content

Commit

Permalink
#15973 - Enable PHP8.2 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 11, 2023
1 parent 0f9afcb commit a262ad0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1' ]
# php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a262ad0

Please sign in to comment.