Skip to content

Commit 8142a3e

Browse files
authored
chore: add php 8.4 to test matrix (#2643)
1 parent 3f6cb1a commit 8142a3e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ branchProtectionRules:
1010
- 'PHP 8.1 Unit Test'
1111
- 'PHP 8.2 Unit Test'
1212
- 'PHP 8.3 Unit Test'
13-
- 'PHP 8.3 --prefer-lowest Unit Test'
13+
- 'PHP 8.4'
14+
- 'PHP 8.4 --prefer-lowest Unit Test'
1415
- 'PHP Style Check'
1516
- 'cla/google'
1617
requiredApprovingReviewCount: 1

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ "8.0", "8.1", "8.2", "8.3" ]
14+
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
1515
composer-flags: [""]
1616
include:
1717
- php: "8.0"
1818
composer-flags: "--prefer-lowest "
19-
- php: "8.3"
19+
- php: "8.4"
2020
composer-flags: "--prefer-lowest "
2121
name: PHP ${{ matrix.php }} ${{ matrix.composer-flags }}Unit Test
2222
steps:

0 commit comments

Comments
 (0)