File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 59
59
- ' 8.1'
60
60
- ' 8.2'
61
61
- ' 8.3'
62
+ - ' 8.4'
62
63
include :
63
- - php-version : ' 8.3 '
64
+ - php-version : ' 8.4 '
64
65
composer-option : ' --ignore-platform-req=php'
65
66
66
67
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
88
89
- ' 8.1'
89
90
- ' 8.2'
90
91
- ' 8.3'
92
+ - ' 8.4'
91
93
db-platform :
92
94
- MySQLi
93
95
- OCI8
@@ -100,7 +102,7 @@ jobs:
100
102
- php-version : ' 8.1'
101
103
db-platform : MySQLi
102
104
mysql-version : ' 5.7'
103
- - php-version : ' 8.3 '
105
+ - php-version : ' 8.4 '
104
106
composer-option : ' --ignore-platform-req=php'
105
107
106
108
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -129,8 +131,9 @@ jobs:
129
131
- ' 8.1'
130
132
- ' 8.2'
131
133
- ' 8.3'
134
+ - ' 8.4'
132
135
include :
133
- - php-version : ' 8.3 '
136
+ - php-version : ' 8.4 '
134
137
composer-option : ' --ignore-platform-req=php'
135
138
136
139
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -157,8 +160,9 @@ jobs:
157
160
- ' 8.1'
158
161
- ' 8.2'
159
162
- ' 8.3'
163
+ - ' 8.4'
160
164
include :
161
- - php-version : ' 8.3 '
165
+ - php-version : ' 8.4 '
162
166
composer-option : ' --ignore-platform-req=php'
163
167
164
168
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
You can’t perform that action at this time.
0 commit comments