Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 43e0256

Browse files
committed
Add laravel 11 support
1 parent 57a17dc commit 43e0256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: '7.4'
16+
php-version: '8.1'
1717

1818
- name: Validate composer.json and composer.lock
1919
run: composer validate

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: [ '7.1', '7.2', '7.3', '7.4' ]
10+
php-versions: [ '8.1' ]
1111
name: PHP ${{ matrix.php-versions }} - PHPUnit
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)