Skip to content

Commit c6ac321

Browse files
committed
PHP 8.2+
1 parent 7d4fca6 commit c6ac321

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,20 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.2, 8.3]
17-
laravel: [10.*, 11.*]
16+
php: [8.2, 8.3, 8.4]
17+
laravel: [10.*, 11.*, 12.*]
1818
elasticsearch: ["7.17.18", "8.12.2"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
2121
- laravel: 10.*
2222
testbench: 8.*
2323
- laravel: 11.*
2424
testbench: 9.*
25+
- laravel: 12.*
26+
testbench: 10.*
2527
exclude:
26-
- laravel: 11.*
27-
php: 8.1
28+
- laravel: 10.*
29+
php: 8.4
2830

2931
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
3032

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"laravel/framework": "^10.0 || ^11.0",
2121
"ruflin/elastica": "^7.1 || 8.x-dev",
2222
"spatie/laravel-package-tools": "^1.13.0"

0 commit comments

Comments
 (0)