Skip to content

Commit 5e4b266

Browse files
committed
Update workflows, add php 8.4
1 parent 6598dde commit 5e4b266

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.github/workflows/build-linux-arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
version:
1313
required: true
1414
description: php version to compile
15-
default: '8.2'
15+
default: '8.3'
1616
type: choice
1717
options:
18+
- '8.4'
1819
- '8.3'
1920
- '8.2'
2021
- '8.1'

.github/workflows/build-linux-x86_64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
version:
77
required: true
88
description: php version to compile
9-
default: '8.2'
9+
default: '8.3'
1010
type: choice
1111
options:
12+
- '8.4'
1213
- '8.3'
1314
- '8.2'
1415
- '8.1'

.github/workflows/build-macos-aarch64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
version:
77
required: true
88
description: php version to compile
9-
default: '8.2'
9+
default: '8.3'
1010
type: choice
1111
options:
12+
- '8.4'
1213
- '8.3'
1314
- '8.2'
1415
- '8.1'

.github/workflows/build-macos-x86_64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
version:
77
required: true
88
description: php version to compile
9-
default: '8.2'
9+
default: '8.3'
1010
type: choice
1111
options:
12+
- '8.4'
1213
- '8.3'
1314
- '8.2'
1415
- '8.1'

.github/workflows/build-windows-x86_64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
default: '8.2'
1010
type: choice
1111
options:
12+
- '8.4'
1213
- '8.3'
1314
- '8.2'
1415
- '8.1'

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- php: '8.1'
8383
- php: '8.2'
8484
- php: '8.3'
85+
- php: '8.4'
8586

8687
steps:
8788
- name: "Checkout"

0 commit comments

Comments
 (0)