Skip to content

Commit 9f1a610

Browse files
authored
Add PHP versions 8.3, 8.4, and 8.5 to build matrix
1 parent 8b36c04 commit 9f1a610

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['8.0', '8.1', '8.2']
11+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:
@@ -38,4 +38,4 @@ jobs:
3838
run: composer install --prefer-dist --no-progress --no-suggest
3939

4040
- name: Run test suite
41-
run: vendor/bin/phpunit
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)