Skip to content

Commit 6546912

Browse files
committed
chore: add PHP 8.5 to tests workflow and bump nutgram to 4.39.2
1 parent 3ac2156 commit 6546912

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ 8.2, 8.3, 8.4 ]
12+
php: [ 8.2, 8.3, 8.4, 8.5 ]
1313
laravel: [ 9.*, 10.*, 11.*, 12.* ]
1414
include:
1515
- laravel: 12.*
@@ -31,7 +31,7 @@ jobs:
3131

3232
name: PHP ${{ matrix.php }} + Laravel ${{ matrix.laravel }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
- name: Setup PHP
3737
uses: shivammathur/setup-php@v2
@@ -55,7 +55,7 @@ jobs:
5555
needs: [ tests ]
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v6
5959
- name: Setup PHP
6060
uses: shivammathur/setup-php@v2
6161
with:
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
name: Psalm
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v6
9393

9494
- name: Setup PHP
9595
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": "^8.2",
3232
"nunomaduro/termwind": "^1.0|^2.0",
33-
"nutgram/nutgram": "^4.20"
33+
"nutgram/nutgram": "^4.39.2"
3434
},
3535
"require-dev": {
3636
"illuminate/testing": "^9.0|^10.0|^11.0|^12.0",

0 commit comments

Comments
 (0)