We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c7802 commit e3f8096Copy full SHA for e3f8096
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- php: [7.4, 8.0, 8.1]
+ php: [8.0, 8.1]
12
stability: [prefer-lowest, prefer-stable]
13
os: [ubuntu-latest]
14
@@ -32,10 +32,6 @@ jobs:
32
tools: composer:v2
33
coverage: none
34
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
-
39
- name: Install dependencies
40
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
41
0 commit comments