Skip to content

Commit

Permalink
Add php 8.1 and 8.2 (#62)
Browse files Browse the repository at this point in the history
* add php 8.1

* add php 8.2

---------

Co-authored-by: Sunil Soprey <[email protected]>
  • Loading branch information
gosunilgo and derigotechnology authored Nov 22, 2023
1 parent f4f5a04 commit 535aeea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,4 +66,4 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: tests/_output/coverage.xml


0 comments on commit 535aeea

Please sign in to comment.