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

Commit 437f4f6

Browse files
committed
Support and test PHP 8.0
1 parent e9b9cc4 commit 437f4f6

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
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [7.4, 7.3, 7.2]
12+
php: [8.0, 7.4, 7.3, 7.2]
1313
laravel: [6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2",
25+
"php": "^7.2|^8.0",
2626
"ext-json": "*",
2727
"cboden/ratchet": "^0.4.1",
2828
"facade/ignition-contracts": "^1.0",

0 commit comments

Comments
 (0)