Skip to content

Commit d5e8a4a

Browse files
authored
Merge pull request #27 from ereslibre/add-php-8-gh-workflows
chore: Add PHP 8.1.11 and 8.2.0 to the GitHub workflows
2 parents 1ae05b9 + c03a60b commit d5e8a4a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build-php.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
suffix: ""
3131
build-php-cli: false
3232
version: 7.4.32
33+
- name: php
34+
suffix: ""
35+
build-php-cli: false
36+
version: 8.1.11
37+
- name: php
38+
suffix: ""
39+
build-php-cli: false
40+
version: 8.2.0
3341
runs-on: ubuntu-latest
3442
steps:
3543
- name: Checkout repository

.github/workflows/release-php.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
suffix: ""
3232
build-php-cli: false
3333
version: 7.4.32
34+
- name: php
35+
suffix: ""
36+
build-php-cli: false
37+
version: 8.1.11
38+
- name: php
39+
suffix: ""
40+
build-php-cli: false
41+
version: 8.2.0
3442
runs-on: ubuntu-latest
3543
env:
3644
BINARYEN_VERSION: 111

0 commit comments

Comments
 (0)