File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.2]
12
+ php : [8.2, 8.3 ]
13
13
stability : [prefer-lowest, prefer-stable]
14
14
15
15
name : P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
28
28
- name : Setup problem matchers
29
29
run : |
30
30
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
31
- echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
31
33
32
- name : Install dependencies
34
33
run : composer update --${{ matrix.stability }} --prefer-dist --no-interaction
Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.2]
12
+ php : [8.2, 8.3 ]
13
13
stability : [prefer-lowest, prefer-stable]
14
14
15
15
name : P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments