Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov committed Dec 12, 2024
1 parent 324db10 commit 4cb88a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup PHP 8.3
- name: Setup PHP 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4

- name: Install Composer Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup PHP 8.3
- name: Setup PHP 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4

- name: Install Composer dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Setup PHP 8.3
- name: Setup PHP 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
extensions: mbstring, pdo, sqlite, pdo_sqlite
ini-values: max_execution_time=180

Expand Down

0 comments on commit 4cb88a1

Please sign in to comment.