Skip to content

Commit

Permalink
support testbench 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 12, 2024
1 parent 508c93f commit fe52dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3']

name: PHP ${{ matrix.php-versions }}

Expand All @@ -27,7 +27,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Run Pint
run: ./vendor/bin/pint --test
Expand Down

0 comments on commit fe52dbf

Please sign in to comment.