Skip to content

Commit 6991772

Browse files
committed
Add PHP 8.4 to workflow matrixes
1 parent 1cc510a commit 6991772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
18+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
20+
version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
2121
arch: [x64, x86]
2222
ts: [ts, nts]
2323
experimental: [false]

0 commit comments

Comments
 (0)