We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cce24 commit 99ce1b2Copy full SHA for 99ce1b2
.github/workflows/ci.yml
@@ -22,13 +22,11 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- php: ['8.2', '8.3', '8.4']
+ php: ['8.3', '8.4']
26
kubernetes: ['1.31.9', '1.32.5', '1.33.1']
27
prefer: [prefer-stable]
28
include:
29
- testbench: "10.*"
30
- exclude:
31
- - php: "8.1"
32
33
name: PHP ${{ matrix.php }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
34
composer.json
@@ -29,6 +29,7 @@
}
],
"require": {
+ "php": "^8.3",
"guzzlehttp/guzzle": "^6.5|^7.0",
"illuminate/macroable": "^9.35|^10.1|^11.0|^12.0",
35
"illuminate/support": "^9.35|^10.1|^11.0|^12.0",
0 commit comments