Skip to content

Commit

Permalink
EWPP-4100: Add php8.2 to matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyad committed Feb 15, 2024
1 parent 26d6200 commit c6344bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["8.1"]
php_version: ["8.1", "8.2"]
composer_command: ["composer install", "composer update --prefer-lowest"]
env:
PHP_VERSION: ${{ matrix.php_version }}
Expand All @@ -19,8 +19,11 @@ jobs:
run: docker-compose exec -T php ./vendor/bin/phpunit
code-sniffer:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["8.1", "8.2"]
env:
PHP_VERSION: "8.1"
PHP_VERSION: ${{ matrix.php_version }}
steps:
- name: clone
uses: actions/checkout@v2
Expand Down

0 comments on commit c6344bb

Please sign in to comment.