Skip to content

Commit

Permalink
ci: update GitHub workflow for automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Sep 7, 2024
1 parent 892f0e5 commit 95f017e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up PHP 8.2
uses: shivammathur/setup-php@v2
with:
extensions: pdo_sqlite
php-version: "8.2"

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand All @@ -33,4 +39,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: composer run-script test
run: composer run-script test

0 comments on commit 95f017e

Please sign in to comment.