Skip to content

Commit 9242a90

Browse files
author
Sean O'Brien
committed
chore: 8.5 support
1 parent 8353cd0 commit 9242a90

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/closed-issue-message.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Closed Issue Message
2+
permissions:
3+
contents: read
4+
25
on:
36
issues:
47
types: [closed]

.github/workflows/stale_issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: "Close stale issues"
2+
permissions:
3+
contents: read
24

35
# Controls when the action will run.
46
on:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
#for each of the following versions of PHP, with and without --prefer-lowest
1818
matrix:
19-
php-versions: ['8.1', '8.2', '8.3', '8.4']
19+
php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
2020
composer-options: ['', '--prefer-lowest']
2121
#set the name for each job
2222
name: PHP ${{ matrix.php-versions }} ${{ matrix.composer-options }}

0 commit comments

Comments
 (0)