Skip to content

Commit

Permalink
LCH-6772: Added php 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
narendradesai committed Apr 15, 2024
1 parent 075e820 commit 5f0f832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contenthub-console-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '7.4', '8.1', '8.2' ]
php-version: [ '7.4', '8.1', '8.2', '8.3' ]
steps:
# This step checks out a copy of your repository.
- name: Checkout
Expand All @@ -26,8 +26,8 @@ jobs:
./vendor/bin/phpcs --config-set installed_paths vendor/drupal/coder/coder_sniffer
./vendor/bin/phpcs -n --standard=Drupal,DrupalPractice src/ tests/
- name: Run PHPUnit
run: ./vendor/bin/phpunit

- name: Run phpstan
run: ./vendor/bin/phpstan analyse -c ./phpstan.neon

- name: Run PHPUnit
run: ./vendor/bin/phpunit

0 comments on commit 5f0f832

Please sign in to comment.