File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 49
49
verify :
50
50
name : Validate binary on PHP ${{ matrix.php }}
51
51
runs-on : ubuntu-latest
52
- continue-on-error : ${{ matrix.experimental == true }}
52
+ continue-on-error : ${{ matrix.php == '8.2' }}
53
53
needs :
54
54
- bundle
55
55
68
68
- ' 8.1'
69
69
- ' 8.2'
70
70
71
- include :
72
- - php : ' 8.2'
73
- experimental : true
74
-
75
71
steps :
76
72
- name : Checkout code
77
73
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 75
75
test :
76
76
name : Run tests on PHP ${{ matrix.php }}
77
77
runs-on : ubuntu-latest
78
- continue-on-error : ${{ matrix.experimental == true }}
78
+ continue-on-error : ${{ matrix.php == '8.2' }}
79
79
needs :
80
80
- bundle
81
81
95
95
- ' 8.1'
96
96
- ' 8.2'
97
97
98
- include :
99
- - php : ' 8.2'
100
- experimental : true
101
-
102
98
steps :
103
99
- name : Checkout code
104
100
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments