Skip to content

Commit 091a604

Browse files
Laravel 13
1 parent 52f9913 commit 091a604

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15+
- php: 8.5
16+
env:
17+
laravel: 13.*
18+
testbench: 11.*
1519
- php: 8.5
1620
env:
1721
laravel: 12.*
@@ -36,7 +40,7 @@ jobs:
3640
name: P${{ matrix.php }} - L${{ matrix.laravel }} - T${{ matrix.testbench }}
3741
steps:
3842
- name: Checkout code
39-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4044

4145
- name: Setup PHP
4246
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "code16/machina",
33
"description": "Machine to machine authentication for Laravel",
44
"require": {
5-
"php": "^8.1|^8.2|^8.3|^8.4|^8.5",
6-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
5+
"php": "8.3.*|8.4.*|8.5.*",
6+
"illuminate/support": "^11.0|^12.0|^13.0",
77
"php-open-source-saver/jwt-auth": "^2.1"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^8.5|^9.5|^10.0|^11.0",
11-
"orchestra/testbench": "6.*|7.*|8.*|9.*|10.*"
10+
"phpunit/phpunit": "^10.0|^11.0|^12.0",
11+
"orchestra/testbench": "8.*|9.*|10.*|11.*"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)