File tree 4 files changed +6
-14
lines changed
4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ jobs:
203
203
DB : ${{ inputs.db-platform }}
204
204
TACHYCARDIA_MONITOR_GA : ${{ inputs.enable-profiling && 'enabled' || '' }}
205
205
TERM : xterm-256color
206
- continue-on-error : ${{ inputs.php-version == '8.4' }}
207
206
208
207
- name : Upload coverage results as artifact
209
208
if : ${{ inputs.enable-artifact-upload }}
Original file line number Diff line number Diff line change 29
29
matrix :
30
30
php-version :
31
31
- ' 8.1'
32
- - ' 8.3 '
32
+ - ' 8.4 '
33
33
34
34
steps :
35
35
- name : Checkout
Original file line number Diff line number Diff line change 59
59
- ' 8.1'
60
60
- ' 8.2'
61
61
- ' 8.3'
62
- include :
63
- - php-version : ' 8.4'
64
- composer-option : ' --ignore-platform-req=php'
62
+ - ' 8.4'
65
63
66
64
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
67
65
with :
88
86
- ' 8.1'
89
87
- ' 8.2'
90
88
- ' 8.3'
89
+ - ' 8.4'
91
90
db-platform :
92
91
- MySQLi
93
92
- OCI8
100
99
- php-version : ' 8.1'
101
100
db-platform : MySQLi
102
101
mysql-version : ' 5.7'
103
- - php-version : ' 8.4'
104
- composer-option : ' --ignore-platform-req=php'
105
102
106
103
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
107
104
with :
@@ -129,9 +126,7 @@ jobs:
129
126
- ' 8.1'
130
127
- ' 8.2'
131
128
- ' 8.3'
132
- include :
133
- - php-version : ' 8.4'
134
- composer-option : ' --ignore-platform-req=php'
129
+ - ' 8.4'
135
130
136
131
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
137
132
with :
@@ -157,9 +152,7 @@ jobs:
157
152
- ' 8.1'
158
153
- ' 8.2'
159
154
- ' 8.3'
160
- include :
161
- - php-version : ' 8.4'
162
- composer-option : ' --ignore-platform-req=php'
155
+ - ' 8.4'
163
156
164
157
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
165
158
with :
Original file line number Diff line number Diff line change 45
45
strategy :
46
46
fail-fast : false
47
47
matrix :
48
- php-versions : ['8.1', '8.3 ']
48
+ php-versions : ['8.1', '8.4 ']
49
49
steps :
50
50
- name : Checkout
51
51
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments