Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent 62989c0 commit b85639c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:
include:
- illuminate: '10'
testbench: '8'
phpunit: '10'
- illuminate: '11'
testbench: '9'
except:
- php: '8.1'
illuminate: '11'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -85,7 +89,8 @@ jobs:
composer require --no-update \
illuminate/http:^${{ matrix.illuminate }} \
illuminate/support:^${{ matrix.illuminate }} \
orchestra/testbench:^${{ matrix.testbench }}
orchestra/testbench:^${{ matrix.testbench }} \
phpunit/phpunit:^${{ matrix.phpunit }}
composer update
- name: Configure PHPUnit
Expand Down

0 comments on commit b85639c

Please sign in to comment.