Skip to content

Commit 7693189

Browse files
committed
Use PHP 8.5 in the mysql job
1 parent f33c2bf commit 7693189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- 3306:3306
125125
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
126126

127-
name: PHP 8.3 - MySQL
127+
name: PHP 8.5 - MySQL
128128

129129
steps:
130130
- name: Checkout
@@ -133,7 +133,7 @@ jobs:
133133
- name: Setup PHP
134134
uses: shivammathur/setup-php@v2
135135
with:
136-
php-version: 8.3
136+
php-version: 8.5
137137
ini-values: mysqli.allow_local_infile=On
138138
tools: composer
139139
coverage: xdebug

0 commit comments

Comments
 (0)