66 strategy :
77 fail-fast : false
88 matrix :
9- php : ["8.3 "]
9+ php : ["8.4 "]
1010 name : Validate composer (PHP ${{ matrix.php}})
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup PHP, with composer and extensions
1616 uses : shivammathur/setup-php@v2
5656 strategy :
5757 fail-fast : false
5858 matrix :
59- php : ["8.3 "]
59+ php : ["8.4 "]
6060 name : Validate Doctrine Schema (PHP ${{ matrix.php}})
6161 services :
6262 mariadb :
7171 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
7272 steps :
7373 - name : Checkout
74- uses : actions/checkout@v3
74+ uses : actions/checkout@v4
7575
7676 - name : Setup PHP, with composer and extensions
7777 uses : shivammathur/setup-php@v2
@@ -110,11 +110,11 @@ jobs:
110110 strategy :
111111 fail-fast : false
112112 matrix :
113- php : ["8.3 "]
113+ php : ["8.4 "]
114114 name : PHP Coding Standards Fixer (PHP ${{ matrix.php }})
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v3
117+ uses : actions/checkout@v4
118118
119119 - name : Setup PHP, with composer and extensions
120120 uses : shivammathur/setup-php@v2
@@ -138,7 +138,7 @@ jobs:
138138 run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
139139
140140 - name : php-cs-fixer
141- run : phpdbg -qrr ./vendor/bin/php-cs-fixer fix --dry-run
141+ run : composer coding-standards-check
142142
143143 phpunit :
144144 runs-on : ubuntu-latest
@@ -156,11 +156,11 @@ jobs:
156156 strategy :
157157 fail-fast : false
158158 matrix :
159- php : ["8.3 "]
159+ php : ["8.4 "]
160160 name : PHP Unit tests (PHP ${{ matrix.php }})
161161 steps :
162162 - name : Checkout
163- uses : actions/checkout@v3
163+ uses : actions/checkout@v4
164164
165165 - name : Setup PHP, with composer and extensions
166166 uses : shivammathur/setup-php@v2
@@ -194,10 +194,10 @@ jobs:
194194 strategy :
195195 fail-fast : false
196196 matrix :
197- php : ["8.3 "]
197+ php : ["8.4 "]
198198 steps :
199199 - name : Checkout
200- uses : actions/checkout@v3
200+ uses : actions/checkout@v4
201201 with :
202202 fetch-depth : 2
203203
@@ -235,7 +235,7 @@ jobs:
235235 fail-fast : false
236236 steps :
237237 - name : Checkout
238- uses : actions/checkout@v3
238+ uses : actions/checkout@v4
239239 with :
240240 fetch-depth : 2
241241
@@ -275,7 +275,7 @@ jobs:
275275 fail-fast : false
276276 steps :
277277 - name : Checkout
278- uses : actions/checkout@v3
278+ uses : actions/checkout@v4
279279 with :
280280 fetch-depth : 2
281281
0 commit comments