Skip to content

Commit

Permalink
update ci php version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhor committed Jun 21, 2023
1 parent ae31c4c commit b159fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
coverage: none

- run: composer install
Expand Down

0 comments on commit b159fe2

Please sign in to comment.