File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
php-version : ${{ matrix.php-versions }}
19
19
20
20
- name : Checkout Code
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Get Composer Cache Directory
24
24
id : composer-cache
42
42
strategy :
43
43
matrix :
44
44
operating-system : [ubuntu-latest]
45
- php-versions : [ '8.2','8.1', '8.0' ]
45
+ php-versions : [ '8.3', '8. 2','8.1', '8.0' ]
46
46
name : P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
47
47
steps :
48
48
# This is required as this package does not support PHP 8 (yet)
52
52
php-version : ${{ matrix.php-versions }}
53
53
54
54
- name : Checkout Code
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v4
56
56
57
57
- name : Get Composer Cache Directory
58
58
id : composer-cache
You can’t perform that action at this time.
0 commit comments