Skip to content

Commit 45b47d0

Browse files
committed
feat: build on php 8.4
1 parent e381a9a commit 45b47d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php_version: ['8.1', '8.2', '8.3']
22+
php_version: ['8.1', '8.2', '8.3', '8.4']
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Build Docker image

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php_version: ['8.1', '8.2', '8.3']
13+
php_version: ['8.1', '8.2', '8.3', '8.4']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)