Skip to content

Commit 0391b41

Browse files
committed
only keep supported versions
1 parent 3c33cdd commit 0391b41

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.0', '8.1', '8.2']
16+
php: ['8.1', '8.2', '8.3']
1717
stability: ['prefer-lowest', 'prefer-stable']
18-
laravel: ['^9.0', '^10.0', '^11.0']
18+
laravel: ['^10.0', '^11.0']
1919
exclude:
20-
- php: '8.0'
21-
laravel: '^10.0'
22-
- php: '8.0'
23-
laravel: '^11.0'
2420
- php: '8.1'
2521
laravel: '^11.0'
2622

@@ -54,4 +50,5 @@ jobs:
5450
run: ./vendor/bin/pint --test
5551

5652
- name: Execute tests
53+
if:
5754
run: sleep 10 && vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php-amqplib/php-amqplib": "^v3.6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.3|^11.0",
18+
"phpunit/phpunit": "^11.0",
1919
"mockery/mockery": "^1.0",
2020
"laravel/horizon": "^5.0",
2121
"orchestra/testbench": "^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)