Skip to content

Commit

Permalink
Add php matrix to github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kea committed May 15, 2023
1 parent dd0e876 commit 789c924
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpt-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
# php-versions: [8.0, 8.1, 8.2]
php-versions: [8.2]
php-versions: [8.0, 8.1, 8.2]
# zts-mode: [zts, nts]
zts-mode: [zts]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 789c924

Please sign in to comment.