Skip to content

Commit

Permalink
Merge pull request #82 from peter279k/add_php_82
Browse files Browse the repository at this point in the history
Add PHP8.2 verison test in GitHub action
  • Loading branch information
odan committed Sep 7, 2023
2 parents 536d737 + 92a0058 commit 1012302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down Expand Up @@ -39,3 +39,5 @@ jobs:

- name: Run test suite
run: composer check
env:
PHP_CS_FIXER_IGNORE_ENV: 1

0 comments on commit 1012302

Please sign in to comment.