Skip to content

Commit 7ac4b63

Browse files
committed
CI
1 parent b9fb82e commit 7ac4b63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 7.4
22+
php-version: 8.1
2323
extensions: dom, curl, libxml, mbstring, zip, pcntl, bcmath, intl, iconv
2424
coverage: pcov
2525

@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
env:
3838
COMPOSER_DISCARD_CHANGES: true
39-
run: composer require --no-suggest --no-progress --no-interaction --prefer-dist --update-with-all-dependencies "laravel/framework:^8.0" "orchestra/testbench:^6.0"
39+
run: composer require --no-suggest --no-progress --no-interaction --prefer-dist --update-with-all-dependencies "laravel/framework:^10.0" "orchestra/testbench:^8.0"
4040

4141
- name: Run and publish code coverage
4242
uses: paambaati/codeclimate-action@v2.4.0

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
exclude:
2727
- php: 8.2
2828
laravel: ^8.79
29-
- php: 8.0
29+
- php: 8.1
3030
laravel: 11.*
3131
- php: 8.0
3232
laravel: [ 10.*, 11.* ]

0 commit comments

Comments
 (0)