Skip to content

Commit

Permalink
Merge pull request #60 from ankurk91/php-8.2
Browse files Browse the repository at this point in the history
test on php 8.2
  • Loading branch information
jenssegers authored Nov 25, 2022
2 parents a062ac0 + f147d12 commit 2958954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]
composer-flag: [prefer-lowest, prefer-stable]

name: php v${{ matrix.php }} - ${{ matrix.composer-flag }}

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 2958954

Please sign in to comment.