Skip to content

Commit d084306

Browse files
committed
:octocat: added PHP 8.5 to CI
1 parent 8008902 commit d084306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: ["ubuntu-latest"]
18-
php: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]
18+
php: ["8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]
1919

2020
runs-on: ${{ matrix.os }}
2121

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: extension-matrix
2626
uses: php/php-windows-builder/extension-matrix@v1
2727
with:
28-
php-version-list: "7.4, 8.0, 8.1, 8.2, 8.3, 8.4"
28+
php-version-list: "7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5"
2929
arch-list: "x64"
3030

3131

0 commit comments

Comments
 (0)