Skip to content

Commit 52748d2

Browse files
committed
build php 8.4
1 parent fa8d187 commit 52748d2

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
# - "8.2.25"
16-
# - "8.1.30"
17-
# - "8.3.13"
15+
- "8.2.25"
16+
- "8.1.30"
17+
- "8.3.13"
1818
- "8.4.1"
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/linux-x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
strategy:
4949
matrix:
5050
php-version:
51-
# - "8.2.25"
52-
# - "8.1.30"
53-
# - "8.3.13"
51+
- "8.2.25"
52+
- "8.1.30"
53+
- "8.3.13"
5454
- "8.4.1"
5555
steps:
5656
- uses: actions/checkout@v4

.github/workflows/macos-aarch64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
# - "8.2.25"
21-
# - "8.1.30"
22-
# - "8.3.13"
20+
- "8.2.25"
21+
- "8.1.30"
22+
- "8.3.13"
2323
- "8.4.1"
2424

2525
steps:

.github/workflows/macos-x86_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
# - "8.2.25"
23-
# - "8.1.30"
24-
# - "8.3.13"
22+
- "8.2.25"
23+
- "8.1.30"
24+
- "8.3.13"
2525
- "8.4.1"
2626

2727
steps:

.github/workflows/windows-cygwin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-version:
17-
# - "8.2.25"
18-
# - "8.1.30"
19-
# - "8.3.13"
17+
- "8.2.25"
18+
- "8.1.30"
19+
- "8.3.13"
2020
- "8.4.1"
2121

2222
steps:

0 commit comments

Comments
 (0)