Skip to content

Commit

Permalink
bumped the php version in the test suite to make shure that the test …
Browse files Browse the repository at this point in the history
…suite runs
  • Loading branch information
CommanderStorm authored Aug 9, 2023
1 parent 91375f5 commit a89f0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Setup PHP 8.0
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer test
run: composer test

0 comments on commit a89f0b1

Please sign in to comment.