File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5858 strategy :
5959 fail-fast : false
6060 matrix :
61- php : [ '8.1' ] # Should be the latest PHP version supported
61+ php : [ '8.1', '8.2' ]
6262
6363 steps :
6464 - name : Checkout
Original file line number Diff line number Diff line change 1616 matrix :
1717 php :
1818 - ' 8.1'
19+ - ' 8.2'
1920 steps :
2021 - name : Checkout
2122 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- php : [ '8.1 ' ]
17+ php : [ '8.2 ' ]
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- php : [ '8.1 ' ] # Should be the latest PHP version supported
18+ php : [ '8.2 ' ] # Should be the latest PHP version supported
1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@v3
4343 strategy :
4444 fail-fast : false
4545 matrix :
46- php : [ '8.1 ' ]
46+ php : [ '8.2 ' ]
4747 steps :
4848 - name : Checkout
4949 uses : actions/checkout@v3
6868 matrix :
6969 php :
7070 - ' 8.1'
71+ - ' 8.2'
7172 steps :
7273 - name : Checkout
7374 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments