File tree 2 files changed +1
-26
lines changed
2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 31
31
- name : Execute tests
32
32
run : composer test
33
33
34
- psr-7_2 :
35
- name : PHP PSR-7 2.0
36
- runs-on : ubuntu-latest
37
-
38
- steps :
39
- - name : Checkout code
40
- uses : actions/checkout@v4
41
-
42
- - name : Setup PHP
43
- uses : shivammathur/setup-php@v2
44
- with :
45
- php-version : 8.2
46
- tools : composer
47
- coverage : none
48
-
49
- - name : Install dependencies
50
- run : |
51
- rm src/MessageFactory/SlimMessageFactory.php src/StreamFactory/SlimStreamFactory.php src/UriFactory/SlimUriFactory.php spec/MessageFactory/SlimMessageFactorySpec.php spec/StreamFactory/SlimStreamFactorySpec.php spec/UriFactory/SlimUriFactorySpec.php
52
- composer remove --dev "slim/slim" --no-interaction --no-update
53
- composer require "psr/http-message:^2.0" --no-interaction --no-update
54
- composer update --prefer-dist --prefer-stable --no-interaction --no-progress
55
-
56
- - name : Execute tests
57
- run : composer test
58
-
59
34
lowest :
60
35
name : PHP ${{ matrix.php }} Lowest
61
36
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 28
28
"guzzlehttp/psr7" : " ^1.0 || ^2.0" ,
29
29
"php-http/message-factory" : " ^1.0.2" ,
30
30
"phpspec/phpspec" : " ^5.1 || ^6.3 || ^7.1" ,
31
- "slim/slim" : " ^3.0 || 4.x-dev as 4.0 " ,
31
+ "slim/slim" : " ^3.0 || ^4.13 " ,
32
32
"laminas/laminas-diactoros" : " ^2.0 || ^3.0"
33
33
},
34
34
"suggest" : {
You can’t perform that action at this time.
0 commit comments