@@ -12,14 +12,20 @@ jobs:
1212 strategy :
1313 matrix :
1414 php : ['7.4', '8.0', '8.1', '8.2', '8.3']
15- laravel : ['8', '9', '10']
15+ laravel : ['8', '9', '10', '11' ]
1616 exclude :
1717 - php : ' 7.4'
1818 laravel : ' 9'
1919 - php : ' 7.4'
2020 laravel : ' 10'
21+ - php : ' 7.4'
22+ laravel : ' 11'
2123 - php : ' 8.0'
2224 laravel : ' 10'
25+ - php : ' 8.0'
26+ laravel : ' 11'
27+ - php : ' 8.1'
28+ laravel : ' 11'
2329 - php : ' 8.2'
2430 laravel : ' 8'
2531 - php : ' 8.3'
@@ -44,31 +50,39 @@ jobs:
4450 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4551
4652 - name : Select Laravel 8
47- uses : nick-invision/retry@v2
53+ uses : nick-invision/retry@v3
4854 with :
4955 timeout_minutes : 5
5056 max_attempts : 5
51- command : composer require "laravel/framework:^8.83.27" "phpunit/phpunit:^9.6.15 " --no-update --no-interaction
57+ command : composer require "laravel/framework:^8.83.27" "phpunit/phpunit:^9.6.17 " --no-update --no-interaction
5258 if : " matrix.laravel == '8'"
5359
5460 - name : Select Laravel 9
55- uses : nick-invision/retry@v2
61+ uses : nick-invision/retry@v3
5662 with :
5763 timeout_minutes : 5
5864 max_attempts : 5
59- command : composer require "laravel/framework:^9.52.16" "phpunit/phpunit:^9.6.15 " --no-update --no-interaction
65+ command : composer require "laravel/framework:^9.52.16" "phpunit/phpunit:^9.6.17 " --no-update --no-interaction
6066 if : " matrix.laravel == '9'"
6167
6268 - name : Select Laravel 10
63- uses : nick-invision/retry@v2
69+ uses : nick-invision/retry@v3
6470 with :
6571 timeout_minutes : 5
6672 max_attempts : 5
67- command : composer require "laravel/framework:^10.34.2" "phpunit/phpunit:^10.4.2 " --no-update --no-interaction
73+ command : composer require "laravel/framework:^10.34.2" "phpunit/phpunit:^10.5.13 " --no-update --no-interaction
6874 if : " matrix.laravel == '10'"
6975
76+ - name : Select Laravel 11
77+ uses : nick-invision/retry@v3
78+ with :
79+ timeout_minutes : 5
80+ max_attempts : 5
81+ command : composer require "laravel/framework:^11.0.7" "phpunit/phpunit:^10.5.13" --no-update --no-interaction
82+ if : " matrix.laravel == '11'"
83+
7084 - name : Install PHP Dependencies
71- uses : nick-invision/retry@v2
85+ uses : nick-invision/retry@v3
7286 with :
7387 timeout_minutes : 5
7488 max_attempts : 5
0 commit comments