Skip to content

Commit

Permalink
TASK: Show composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ll-m3-j4ck committed Aug 14, 2023
1 parent 5d8bf36 commit 6072207
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install dependencies
- name: Checkout
uses: actions/checkout@v3

- name: Composer Install
uses: php-actions/composer@v6
with:
php_version: 8.2
php_extensions: gd zip intl
dev: yes
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
php_version: 8.2
configuration: "Tests/phpunit.xml"
memory_limt: "32M"
php_extensions: intl
- run: composer show --

0 comments on commit 6072207

Please sign in to comment.