File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 php :
23- - ' 7.4'
2423 - ' 8.0'
24+ - ' 8.1'
2525 kubernetes :
2626 - ' 1.21.8'
2727 - ' 1.22.5'
2828 - ' 1.23.1'
2929 laravel :
30- # - 7.*
3130 - 8.*
31+ - 9.*
3232 prefer :
3333 - ' prefer-lowest'
3434 - ' prefer-stable'
3535 include :
36- # - laravel: 7.*
37- # testbench: 5.*
3836 - laravel : 8.*
3937 testbench : 6.*
38+ - laravel : 9.*
39+ testbench : 7.*
4040
4141 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
4242
8484 run : |
8585 kubectl apply -f https://raw.githubusercontent.com/bitnami-labs/sealed-secrets/main/helm/sealed-secrets/crds/sealedsecret-crd.yaml
8686
87- - name : Run static analysis
88- run : |
89- vendor/bin/psalm
87+ # - name: Run static analysis
88+ # run: |
89+ # vendor/bin/psalm
9090
9191 - name : Run tests
9292 run : |
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "guzzlehttp/guzzle" : " ^6.5|^7.0" ,
16- "illuminate/macroable" : " ^7.30|^8.40 " ,
17- "illuminate/support" : " ^7.30|^8.40 " ,
16+ "illuminate/macroable" : " ^8.83|^9.0.1 " ,
17+ "illuminate/support" : " ^8.83|^9.0.1 " ,
1818 "ratchet/pawl" : " ^0.4.1" ,
1919 "vierbergenlars/php-semver" : " ^2.1|^3.0"
2020 },
3636 },
3737 "require-dev" : {
3838 "mockery/mockery" : " ^1.5" ,
39- "orchestra/testbench" : " ^5.0|^6.0" ,
40- "vimeo/psalm" : " 4.18.1"
39+ "orchestra/testbench" : " ^6.28|^7.0" ,
40+ "orchestra/testbench-core" : " ^6.28|^7.0" ,
41+ "phpunit/phpunit" : " ^9.5.13" ,
42+ "vimeo/psalm" : " ^4.20"
4143 },
4244 "config" : {
4345 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments