Skip to content

Commit ebc9a9d

Browse files
committed
Start testing on PHP 8.4
1 parent 7ac73ca commit ebc9a9d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
fail-fast: false
141141
matrix:
142142
operating-system: [ubuntu-latest]
143-
php-versions: ['8.1', '8.2', '8.3']
143+
php-versions: ['8.1', '8.2', '8.3', '8.4']
144144

145145
steps:
146146
- name: Setup PHP, with composer and extensions
@@ -180,15 +180,15 @@ jobs:
180180
run: composer install --no-progress --prefer-dist --optimize-autoloader
181181

182182
- name: Run unit tests with coverage
183-
if: ${{ matrix.php-versions == '8.3' }}
183+
if: ${{ matrix.php-versions == '8.4' }}
184184
run: vendor/bin/phpunit
185185

186186
- name: Run unit tests (no coverage)
187-
if: ${{ matrix.php-versions != '8.3' }}
187+
if: ${{ matrix.php-versions != '8.4' }}
188188
run: vendor/bin/phpunit --no-coverage
189189

190190
- name: Save coverage data
191-
if: ${{ matrix.php-versions == '8.3' }}
191+
if: ${{ matrix.php-versions == '8.4' }}
192192
uses: actions/upload-artifact@v4
193193
with:
194194
name: coverage-data
@@ -202,7 +202,7 @@ jobs:
202202
fail-fast: true
203203
matrix:
204204
operating-system: [windows-latest]
205-
php-versions: ['8.1', '8.2', '8.3']
205+
php-versions: ['8.1', '8.2', '8.3', '8.4']
206206

207207
steps:
208208
- name: Setup PHP, with composer and extensions

0 commit comments

Comments
 (0)