Skip to content

Commit 1f56193

Browse files
authored
Update Actions PHP versions
1 parent 4aa34a2 commit 1f56193

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
opcache-shared: true
1717
- php: 8.2.29
1818
opcache-shared: true
19-
- php: 8.3.25
19+
- php: 8.3.27
2020
opcache-shared: true
21-
- php: 8.4.12
21+
- php: 8.4.14
2222
opcache-shared: true
23-
- php: 8.5.0beta3
23+
- php: 8.5.0RC3
2424
opcache-shared: false
2525

2626
uses: ./.github/workflows/main-php-matrix.yml
@@ -40,13 +40,13 @@ jobs:
4040
- php: 8.2.29
4141
vs-crt: vs16
4242
opcache-shared: true
43-
- php: 8.3.25
43+
- php: 8.3.27
4444
vs-crt: vs16
4545
opcache-shared: true
46-
- php: 8.4.12
46+
- php: 8.4.14
4747
vs-crt: vs17
4848
opcache-shared: true
49-
- php: 8.5.0beta3
49+
- php: 8.5.0RC3
5050
vs-crt: vs17
5151
opcache-shared: false
5252

0 commit comments

Comments
 (0)