File tree Expand file tree Collapse file tree 4 files changed +741
-1303
lines changed Expand file tree Collapse file tree 4 files changed +741
-1303
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- php : [7.4]
27
+ php : [7.4, 8.0-rc ]
28
28
composer : [lowest, current, highest]
29
29
needs : lint
30
30
runs-on : ubuntu-latest
31
31
container :
32
- image : wyrihaximusnet/php:${{ matrix.php }}-zts -alpine3.12-dev-root
32
+ image : wyrihaximusnet/php:${{ matrix.php }}-nts -alpine3.12-dev-root
33
33
steps :
34
34
- uses : actions/checkout@v1
35
35
- name : Cache composer packages
@@ -50,15 +50,15 @@ jobs:
50
50
strategy :
51
51
fail-fast : false
52
52
matrix :
53
- php : [7.4]
53
+ php : [7.4, 8.0-rc ]
54
54
composer : [lowest, current, highest]
55
55
check : ${{ fromJson(needs.generate-checks-strategy.outputs.check) }}
56
56
needs :
57
57
- composer-install
58
58
- generate-checks-strategy
59
59
runs-on : ubuntu-latest
60
60
container :
61
- image : wyrihaximusnet/php:${{ matrix.php }}-zts -alpine3.12-dev-root
61
+ image : wyrihaximusnet/php:${{ matrix.php }}-nts -alpine3.12-dev-root
62
62
steps :
63
63
- uses : actions/checkout@v1
64
64
- name : Cache composer packages
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^7.4" ,
12
+ "php" : " ^8 || ^ 7.4" ,
13
13
"clue/block-react" : " ^1.4" ,
14
14
"phpunit/phpunit" : " ^9.4" ,
15
15
"react/event-loop" : " ^1.1" ,
16
16
"react/promise" : " ^2.8" ,
17
- "wyrihaximus/test-utilities" : " ^3.1 "
17
+ "wyrihaximus/test-utilities" : " ^3.3 "
18
18
},
19
19
"require-dev" : {
20
20
"wyrihaximus/iterator-or-array-to-array" : " ^1.1"
You can’t perform that action at this time.
0 commit comments