Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 4bcc432

Browse files
committed
php 8.1 compat test
1 parent 608613e commit 4bcc432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
php: [8.0]
18+
php: [8.0, 8.1]
1919
laravel: [8.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^8.0|^8.1",
2525
"illuminate/filesystem": "^8.70",
2626
"illuminate/support": "^8.70",
2727
"illuminate/view": "^8.70"

0 commit comments

Comments
 (0)