Skip to content

Commit

Permalink
Perform tests against PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Dec 13, 2022
1 parent 4f947e5 commit c5190dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-20.04']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -22,6 +22,9 @@ jobs:
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: PHP version
run: php -v

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c5190dc

Please sign in to comment.