Skip to content

Commit fd7b6df

Browse files
committed
Test with PHP latest version
1 parent 606ae55 commit fd7b6df

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
composer global require php-coveralls/php-coveralls
7575
php-coveralls --coverage_clover=build/logs/clover.xml -v
7676
77-
mariadb-last:
77+
mariadb-latest:
7878
runs-on: ubuntu-22.04
7979
timeout-minutes: 10
8080

@@ -93,7 +93,7 @@ jobs:
9393
- 3306:3306
9494
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
9595

96-
name: PHP 8.2 - MariaDB - Last
96+
name: PHP Latest - MariaDB
9797

9898
steps:
9999
- name: Checkout
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup PHP
103103
uses: shivammathur/setup-php@v2
104104
with:
105-
php-version: 8.2
105+
php-version: latest
106106
ini-values: mysqli.allow_local_infile=On
107107
tools: composer
108108
coverage: xdebug
@@ -157,7 +157,7 @@ jobs:
157157
DB_IMAGE: mysql
158158
run: vendor/bin/phpunit
159159

160-
mysql-last:
160+
mysql-latest:
161161
runs-on: ubuntu-20.04
162162
timeout-minutes: 10
163163

@@ -174,7 +174,7 @@ jobs:
174174
- 3306:3306
175175
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
176176

177-
name: PHP 8.2 - MySQL - Last
177+
name: PHP Latest - MySQL
178178

179179
steps:
180180
- name: Checkout
@@ -183,7 +183,7 @@ jobs:
183183
- name: Setup PHP
184184
uses: shivammathur/setup-php@v2
185185
with:
186-
php-version: 8.2
186+
php-version: latest
187187
ini-values: mysqli.allow_local_infile=On
188188
tools: composer
189189
coverage: xdebug

0 commit comments

Comments
 (0)