Skip to content

Commit

Permalink
Add PHP 8.2 to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanvin committed Jun 13, 2024
1 parent 75b76c8 commit 0f48c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.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: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
vendor
test.php
composer.lock
.idea
.idea
.phpunit.result.cache

0 comments on commit 0f48c3f

Please sign in to comment.