Skip to content

Commit

Permalink
(#41) Bump actions/download-artifact from 2 to 4.1.7 in /.github/work…
Browse files Browse the repository at this point in the history
…flows
  • Loading branch information
mougrim committed Sep 4, 2024
1 parent 26a435e commit 36b119d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
coverage: "none"
ini-values: memory_limit=-1,apc.enable_cli=1,zend.assertions=1
php-version: "7.4"
tools: flex

- name: Install dependencies
run: composer install

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
coverage: "none"
ini-values: memory_limit=-1,apc.enable_cli=1,zend.assertions=1
php-version: "7.4"
tools: flex

- name: Install dependencies
run: composer install

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ defaults:
run:
shell: bash

permissions:
contents: read

jobs:
tests:
name: Tests
Expand Down

0 comments on commit 36b119d

Please sign in to comment.