Skip to content

Commit

Permalink
Merge pull request #10 from phpfui/PHP82
Browse files Browse the repository at this point in the history
PHP 8.2 support
  • Loading branch information
zbateson committed Dec 30, 2022
2 parents 8f8ca20 + eee036c commit 0c2816e
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 2,679 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5, 5.4]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5, 5.4]
stability: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor
tests/.phpunit.result.cache
composer.lock
Loading

0 comments on commit 0c2816e

Please sign in to comment.