Skip to content

Commit 6dea683

Browse files
committed
chore: add PHP 8.4 to test-phpunit.yml
1 parent f2e560f commit 6dea683

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/test-phpunit.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
- '8.1'
6060
- '8.2'
6161
- '8.3'
62+
- '8.4'
6263
include:
63-
- php-version: '8.3'
64+
- php-version: '8.4'
6465
composer-option: '--ignore-platform-req=php'
6566

6667
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -88,6 +89,7 @@ jobs:
8889
- '8.1'
8990
- '8.2'
9091
- '8.3'
92+
- '8.4'
9193
db-platform:
9294
- MySQLi
9395
- OCI8
@@ -100,7 +102,7 @@ jobs:
100102
- php-version: '8.1'
101103
db-platform: MySQLi
102104
mysql-version: '5.7'
103-
- php-version: '8.3'
105+
- php-version: '8.4'
104106
composer-option: '--ignore-platform-req=php'
105107

106108
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -129,8 +131,9 @@ jobs:
129131
- '8.1'
130132
- '8.2'
131133
- '8.3'
134+
- '8.4'
132135
include:
133-
- php-version: '8.3'
136+
- php-version: '8.4'
134137
composer-option: '--ignore-platform-req=php'
135138

136139
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -157,8 +160,9 @@ jobs:
157160
- '8.1'
158161
- '8.2'
159162
- '8.3'
163+
- '8.4'
160164
include:
161-
- php-version: '8.3'
165+
- php-version: '8.4'
162166
composer-option: '--ignore-platform-req=php'
163167

164168
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo

0 commit comments

Comments
 (0)