Skip to content

Commit 86aa829

Browse files
committed
Update workflows
1 parent ef77a5d commit 86aa829

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.github/workflows/build-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: "Setup PHP"
130130
uses: shivammathur/setup-php@v2
131131
with:
132-
php-version: ${{ inputs.php-version }}
132+
php-version: 8.4
133133
tools: pecl, composer
134134
extensions: curl, openssl, mbstring
135135
ini-values: memory_limit=-1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
required: true
88
description: php version to compile
9-
default: '8.2'
9+
default: '8.4'
1010
type: choice
1111
options:
1212
- '8.4'

.github/workflows/ext-matrix-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: "Setup PHP"
114114
uses: shivammathur/setup-php@v2
115115
with:
116-
php-version: 8.2
116+
php-version: 8.4
117117
tools: pecl, composer
118118
extensions: curl, openssl, mbstring
119119
ini-values: memory_limit=-1

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
PHP_VERSION: 8.2
13-
MICRO_VERSION: 8.2.18
12+
PHP_VERSION: 8.4
13+
MICRO_VERSION: 8.4.4
1414

1515
jobs:
1616
build-release-artifacts:

.github/workflows/tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "Setup PHP"
3535
uses: shivammathur/setup-php@v2
3636
with:
37-
php-version: '8.1'
37+
php-version: '8.4'
3838
extensions: curl, openssl, mbstring
3939
ini-values: memory_limit=-1
4040
tools: pecl, composer, php-cs-fixer
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Setup PHP"
5353
uses: shivammathur/setup-php@v2
5454
with:
55-
php-version: '8.1'
55+
php-version: '8.4'
5656
extensions: curl, openssl, mbstring
5757
ini-values: memory_limit=-1
5858
tools: composer
@@ -79,9 +79,6 @@ jobs:
7979
strategy:
8080
matrix:
8181
include:
82-
- php: '8.1'
83-
- php: '8.2'
84-
- php: '8.3'
8582
- php: '8.4'
8683

8784
steps:
@@ -125,7 +122,7 @@ jobs:
125122
- name: "Setup PHP"
126123
uses: shivammathur/setup-php@v2
127124
with:
128-
php-version: 8.2
125+
php-version: 8.4
129126

130127
- name: Define
131128
id: gendef
@@ -153,7 +150,7 @@ jobs:
153150
- name: "Setup PHP"
154151
uses: shivammathur/setup-php@v2
155152
with:
156-
php-version: 8.2
153+
php-version: 8.4
157154
tools: pecl, composer
158155
extensions: curl, openssl, mbstring
159156
ini-values: memory_limit=-1

0 commit comments

Comments
 (0)