Skip to content

Commit 24b029b

Browse files
committed
Add PHP 8.5 to CI test matrix
Include PHP 8.5 in the test matrix to ensure compatibility with the latest PHP version. Updated both build and smoke-test-phar jobs.
1 parent b91ba03 commit 24b029b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
16+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1717
coverage-driver: [ 'pcov' ]
1818

1919
steps:
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: "ubuntu-22.04"
9898
strategy:
9999
matrix:
100-
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
100+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
101101
steps:
102102
- name: Install PHP
103103
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)