Skip to content

Commit

Permalink
Update workflows, add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Nov 22, 2024
1 parent 6598dde commit 5e4b266
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ on:
version:
required: true
description: php version to compile
default: '8.2'
default: '8.3'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
version:
required: true
description: php version to compile
default: '8.2'
default: '8.3'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
version:
required: true
description: php version to compile
default: '8.2'
default: '8.3'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
version:
required: true
description: php version to compile
default: '8.2'
default: '8.3'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
default: '8.2'
type: choice
options:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- php: '8.1'
- php: '8.2'
- php: '8.3'
- php: '8.4'

steps:
- name: "Checkout"
Expand Down

0 comments on commit 5e4b266

Please sign in to comment.