Skip to content

Commit

Permalink
Merge pull request #44 from adbario/feat/php8.2-support
Browse files Browse the repository at this point in the history
Add PHP 8.2 support
  • Loading branch information
adbario authored Feb 24, 2023
2 parents 33838e3 + 488764f commit a94ce44
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 405 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']
experimental: [false]
include:
- php: '8.1'
- php: '8.2'
analysis: true

steps:
Expand Down
Loading

0 comments on commit a94ce44

Please sign in to comment.