Skip to content

Commit

Permalink
Add more PHP versions to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed May 17, 2023
1 parent bb616e6 commit 82561ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
php-version: [7.4, 8.0]
php-version: [7.4, 8.0, 8.1, 8.2]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 82561ac

Please sign in to comment.