From 535aeea61c111ba2e63915e78d69b1c84f966642 Mon Sep 17 00:00:00 2001 From: Sunil Soprey Date: Wed, 22 Nov 2023 06:25:19 -0500 Subject: [PATCH] Add php 8.1 and 8.2 (#62) * add php 8.1 * add php 8.2 --------- Co-authored-by: Sunil Soprey --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d99b45..d44f046 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' + - '8.2' steps: - name: Checkout code uses: actions/checkout@v2 @@ -64,4 +66,4 @@ jobs: with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: tests/_output/coverage.xml - \ No newline at end of file +