Skip to content

Commit 47eb7ca

Browse files
committed
ci: update PHP version matrix to include 8.5
1 parent 7b31017 commit 47eb7ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# @link https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
6464
#
6565
# The matrix is set up so as not to duplicate the builds which are run for code coverage.
66-
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
66+
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
6767
phpcs_version: ["lowest", "stable", "4.x-dev", "3.x-dev"]
6868

6969
exclude:
@@ -84,6 +84,8 @@ jobs:
8484
phpcs_version: "4.x-dev"
8585
- php: "8.2"
8686
phpcs_version: "4.x-dev"
87+
- php: "8.5"
88+
phpcs_version: "4.x-dev"
8789

8890
name: "Test: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"
8991

0 commit comments

Comments
 (0)