Skip to content

Commit fe1ecbe

Browse files
jrfnlgrogy
authored andcommitted
GH Actions/release: validate binary against PHP 8.4
Follow up on 150, which added PHP 8.4 to the test workflow, but didn't update the release workflow. Fixed now.
1 parent 7af94b1 commit fe1ecbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
verify:
6767
name: Validate binary on PHP ${{ matrix.php }}
6868
runs-on: ubuntu-latest
69-
continue-on-error: ${{ matrix.php == '8.3' }}
69+
continue-on-error: ${{ matrix.php == '8.4' }}
7070
needs:
7171
- bundle
7272

@@ -86,6 +86,7 @@ jobs:
8686
- '8.1'
8787
- '8.2'
8888
- '8.3'
89+
- '8.4'
8990

9091
steps:
9192
- name: Checkout code

0 commit comments

Comments
 (0)