Skip to content

Commit

Permalink
GHA: Run tests against PHP 8.2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek authored Feb 14, 2023
1 parent c42ec1d commit 936ce05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

strategy:
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']
include:
- php-version: '8.1'
- php-version: '8.2'
run-sonarqube-analysis: true

steps:
Expand Down

0 comments on commit 936ce05

Please sign in to comment.