Skip to content

Commit e3f8096

Browse files
committed
Update github workflow
1 parent 28c7802 commit e3f8096

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
php: [7.4, 8.0, 8.1]
11+
php: [8.0, 8.1]
1212
stability: [prefer-lowest, prefer-stable]
1313
os: [ubuntu-latest]
1414

@@ -32,10 +32,6 @@ jobs:
3232
tools: composer:v2
3333
coverage: none
3434

35-
- name: Set minimum required versions for PHP 8.1
36-
run: composer require laravel/framework:^8.67 symfony/symfony:5.4.x-dev phpoption/phpoption:^1.8 --no-update --no-interaction
37-
if: matrix.php >= 8.1
38-
3935
- name: Install dependencies
4036
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4137

0 commit comments

Comments
 (0)