Skip to content

Commit c3daa2e

Browse files
committed
WIP only test PHP 8+
1 parent d2f36c1 commit c3daa2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 10
1111
matrix:
12-
php: ['7.3', '7.4', '8.0', '8.1']
12+
php: ['8.0', '8.1']
1313

1414
steps:
1515
- name: Set up PHP
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up PHP
4040
uses: shivammathur/setup-php@2.1.0
4141
with:
42-
php-version: 7.3
42+
php-version: 8.0
4343
coverage: none
4444

4545
- name: Checkout code
@@ -53,5 +53,5 @@ jobs:
5353

5454
- name: Run tests
5555
env:
56-
PHP_VERSION: 7.3
56+
PHP_VERSION: 8.0
5757
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)