Skip to content

Commit

Permalink
minor #1105 Test on PHP 8.2 (GrahamCampbell)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.10.x-dev branch.

Discussion
----------



Commits
-------

01bd3ee Test on PHP 8.2
  • Loading branch information
acrobat committed Mar 9, 2023
2 parents fcc99dd + 01bd3ee commit b335003
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

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

0 comments on commit b335003

Please sign in to comment.