Skip to content

Commit 3c7ceff

Browse files
committed
Add PHP 8.4 to CI
1 parent 0a520d3 commit 3c7ceff

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: "Checkout"
1515
uses: actions/checkout@master
1616

17-
- name: "Install PHP 8.2"
17+
- name: "Install PHP 8.4"
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: "8.2"
20+
php-version: "8.4"
2121
extensions: mbstring, xml
2222
coverage: none
2323
tools: composer:v2
@@ -51,10 +51,10 @@ jobs:
5151
- name: "Checkout"
5252
uses: actions/checkout@master
5353

54-
- name: "Install PHP 8.2"
54+
- name: "Install PHP 8.4"
5555
uses: shivammathur/setup-php@v2
5656
with:
57-
php-version: "8.2"
57+
php-version: "8.4"
5858
extensions: mbstring, xml
5959
coverage: none
6060
tools: composer:v2
@@ -88,6 +88,7 @@ jobs:
8888
- "8.1"
8989
- "8.2"
9090
- "8.3"
91+
- "8.4"
9192

9293
dependencies:
9394
- lowest
@@ -135,10 +136,10 @@ jobs:
135136
- name: "Checkout"
136137
uses: actions/checkout@master
137138

138-
- name: "Install PHP 8.2"
139+
- name: "Install PHP 8.4"
139140
uses: shivammathur/setup-php@v2
140141
with:
141-
php-version: "8.2"
142+
php-version: "8.4"
142143
extensions: mbstring, xml
143144
coverage: xdebug:v3
144145
tools: composer:v2

0 commit comments

Comments
 (0)