We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33c2bf commit 7693189Copy full SHA for 7693189
.github/workflows/tests.yml
@@ -124,7 +124,7 @@ jobs:
124
- 3306:3306
125
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
126
127
- name: PHP 8.3 - MySQL
+ name: PHP 8.5 - MySQL
128
129
steps:
130
- name: Checkout
@@ -133,7 +133,7 @@ jobs:
133
- name: Setup PHP
134
uses: shivammathur/setup-php@v2
135
with:
136
- php-version: 8.3
+ php-version: 8.5
137
ini-values: mysqli.allow_local_infile=On
138
tools: composer
139
coverage: xdebug
0 commit comments