Skip to content

Commit 5140dff

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

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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: 2 additions & 2 deletions
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 }}
@@ -25,7 +25,7 @@ jobs:
2525
AWS_ACCESS_KEY_ID: foo
2626
AWS_SECRET_ACCESS_KEY: bar
2727
AWS_CSM_ENABLED: false
28-
AWS_SUPPRESS_PHP_DEPRECATION_WARNING: true
28+
AWS_MERGE_CONFIG: true
2929
steps:
3030
#sets up the correct version of PHP with necessary config options
3131
- name: Setup PHP with Xdebug

0 commit comments

Comments
 (0)