Skip to content

Commit 2e4dc50

Browse files
committed
build: added 8.5 to build matrix
1 parent c4e4593 commit 2e4dc50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: ['8.1', '8.2', '8.3', '8.4']
24+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
2525

2626
name: PHP ${{ matrix.php }} Test
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Chuck \"MANCHUCK\" Reeves",
1616
"homepage": "https://github.com/manchuck",
1717
"role": "Sr Developer Advocate"
18-
}.
18+
},
1919
{
2020
"name": "Chris Tankersley",
2121
"homepage": "https://github.com/dragonmantank",

0 commit comments

Comments
 (0)