Skip to content

Commit 865324c

Browse files
committed
[INFRA] bump versions
1 parent 42e5ed1 commit 865324c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-8.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.3']
19-
patchVersion: [19,20,21,22,23]
19+
patchVersion: [20,21,22,23,24]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

.github/workflows/php-8.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.4']
19-
patchVersion: [6,7,8,9,10]
19+
patchVersion: [7,8,9,10,11]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)