Skip to content

Commit da9153a

Browse files
authored
Update ci.yml
1 parent 9e67d8a commit da9153a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php-version: ['7.4', '8.0']
12+
php-version: ['7.4', '8.2']
1313

1414
steps:
15-
- uses: actions/checkout@v1
16-
with:
17-
fetch-depth: 1
15+
- uses: actions/checkout@v2
1816

1917
- name: Setup PHP
2018
uses: shivammathur/setup-php@v2
@@ -52,9 +50,7 @@ jobs:
5250
runs-on: ubuntu-20.04
5351

5452
steps:
55-
- uses: actions/checkout@v1
56-
with:
57-
fetch-depth: 1
53+
- uses: actions/checkout@v2
5854

5955
- name: Setup PHP
6056
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)