Skip to content

Commit

Permalink
PHPSDK-142: Add PHP 8.2 to the matrix used to run the PHPUnit tests (…
Browse files Browse the repository at this point in the history
…#342)
  • Loading branch information
danielcivit authored Dec 1, 2023
1 parent 9e65ef8 commit 16457e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
steps:
- name: Install php
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
steps:
- name: Install php
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 16457e0

Please sign in to comment.