Skip to content

Commit

Permalink
add php 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed May 9, 2023
1 parent 584a6d0 commit 6ae6cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.2']
server-versions: ['master']

name: PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ocp-version: ['master']
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']

name: Psalm

Expand Down

0 comments on commit 6ae6cd6

Please sign in to comment.