Skip to content

Commit

Permalink
fix: Use php 8.1 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Nov 15, 2024
1 parent c619f1c commit e56c0c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run ecs check
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run rector --dry-run
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run phpstan
run: |
Expand Down

0 comments on commit e56c0c7

Please sign in to comment.