Skip to content

Commit 99ce1b2

Browse files
committed
Explicitly only support PHP 8.3+
1 parent 17cce24 commit 99ce1b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: ['8.2', '8.3', '8.4']
25+
php: ['8.3', '8.4']
2626
kubernetes: ['1.31.9', '1.32.5', '1.33.1']
2727
prefer: [prefer-stable]
2828
include:
2929
- testbench: "10.*"
30-
exclude:
31-
- php: "8.1"
3230

3331
name: PHP ${{ matrix.php }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
3432

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030
],
3131
"require": {
32+
"php": "^8.3",
3233
"guzzlehttp/guzzle": "^6.5|^7.0",
3334
"illuminate/macroable": "^9.35|^10.1|^11.0|^12.0",
3435
"illuminate/support": "^9.35|^10.1|^11.0|^12.0",

0 commit comments

Comments
 (0)