Skip to content

Commit

Permalink
Run benchmarks and static analysis on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Nov 5, 2024
1 parent 78d6896 commit a17c609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:

- name: Check benchmarks
run: vendor/bin/phpbench run --revs=1 --iterations=1
if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.2' }}
if: ${{ matrix.dependencies == 'highest' && matrix.php.version == '8.3' }}
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand Down

0 comments on commit a17c609

Please sign in to comment.