Skip to content

Commit

Permalink
NGSTACK-857: add PHP 8.2 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Apr 24, 2024
1 parent 3eb359e commit e94baa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- php: '8.1'
phpunit: 'phpunit-integration-legacy.xml'
coverage: 'integration'
- php: '8.2'
phpunit: 'phpunit.xml'
coverage: 'unit'
- php: '8.2'
phpunit: 'phpunit-integration-legacy.xml'
coverage: 'integration'

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

0 comments on commit e94baa8

Please sign in to comment.