44 pull_request :
55 push :
66 branches :
7- - " 1.4 "
7+ - " 2.0 "
88
99jobs :
1010 coding-quality :
1818
1919 steps :
2020 - name : " Checkout"
21- uses : " actions/checkout@v2 "
21+ uses : " actions/checkout@v4 "
2222
2323 - name : " Install PHP"
2424 uses : " shivammathur/setup-php@v2"
2828 tools : " cs2pr"
2929
3030 - name : " Cache dependencies installed with composer"
31- uses : " actions/cache@v1 "
31+ uses : " actions/cache@v4 "
3232 with :
3333 path : " ~/.composer/cache"
3434 key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
6060
6161 steps :
6262 - name : " Checkout"
63- uses : " actions/checkout@v2 "
63+ uses : " actions/checkout@v4 "
6464 with :
6565 fetch-depth : 2
6666
7171 extensions : " "
7272
7373 - name : " Cache dependencies installed with composer"
74- uses : " actions/cache@v1 "
74+ uses : " actions/cache@v4 "
7575 with :
7676 path : " ~/.composer/cache"
7777 key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : " Checkout"
112- uses : " actions/checkout@v2 "
112+ uses : " actions/checkout@v4 "
113113 with :
114114 fetch-depth : 2
115115
@@ -121,7 +121,7 @@ jobs:
121121 coverage : " pcov"
122122
123123 - name : " Cache dependencies installed with composer"
124- uses : " actions/cache@v1 "
124+ uses : " actions/cache@v4 "
125125 with :
126126 path : " ~/.composer/cache"
127127 key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
@@ -151,7 +151,7 @@ jobs:
151151 strategy :
152152 matrix :
153153 php-version :
154- - " 8.0 "
154+ - " 8.2 "
155155
156156 services :
157157 mysql :
@@ -164,7 +164,7 @@ jobs:
164164
165165 steps :
166166 - name : " Checkout"
167- uses : " actions/checkout@v2 "
167+ uses : " actions/checkout@v4 "
168168 with :
169169 fetch-depth : 2
170170
@@ -175,7 +175,7 @@ jobs:
175175 extensions : " "
176176
177177 - name : " Cache dependencies installed with composer"
178- uses : " actions/cache@v1 "
178+ uses : " actions/cache@v4 "
179179 with :
180180 path : " ~/.composer/cache"
181181 key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
0 commit comments