Skip to content

Commit fb18528

Browse files
committed
Add PHP 8.4 as a build target.
1 parent c85f142 commit fb18528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_develop_and_master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
15+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1616

1717
steps:
1818
- name: Set up PHP

.github/workflows/test_other_branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
15+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1616

1717
steps:
1818
- name: Set up PHP

.github/workflows/test_pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
11+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1212

1313
steps:
1414
- name: Set up PHP

0 commit comments

Comments
 (0)