Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 3070a62

Browse files
committed
use PHP 8.5 in CI
1 parent 4ff1fd6 commit 3070a62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-versions: ['8.3', '8.4']
14+
php-versions: ['8.3', '8.4', '8.5']
1515
steps:
1616
- name: Checkout sources
1717
uses: actions/checkout@v6
@@ -55,7 +55,7 @@ jobs:
5555
needs: build
5656
strategy:
5757
matrix:
58-
php-versions: ['8.3', '8.4']
58+
php-versions: ['8.3', '8.4', '8.5']
5959
services:
6060
mysql:
6161
image: mysql:latest
@@ -129,7 +129,7 @@ jobs:
129129
# needs: test
130130
# strategy:
131131
# matrix:
132-
# php-versions: ['8.4']
132+
# php-versions: ['8.5']
133133
# steps:
134134
# - name: Checkout sources
135135
# uses: actions/checkout@v4
@@ -147,7 +147,7 @@ jobs:
147147
# needs: test
148148
# strategy:
149149
# matrix:
150-
# php-versions: ['8.4']
150+
# php-versions: ['8.5']
151151
# steps:
152152
# - name: Checkout sources
153153
# uses: actions/checkout@v4

0 commit comments

Comments
 (0)