Skip to content

Commit

Permalink
Merge pull request #133 from cronofy/add-8.2-target
Browse files Browse the repository at this point in the history
Adds PHP 8.2 as a testing target
  • Loading branch information
CronofyMatt committed Jul 27, 2023
2 parents 874f3ee + f449959 commit 0f73b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['8.1', '8.0','7.4','7.3']
php_version: ['8.2', '8.1', '8.0','7.4','7.3']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0f73b9e

Please sign in to comment.