Skip to content

Commit 04e3ef9

Browse files
author
palPalani
committed
Allow only php 8
1 parent a5704ce commit 04e3ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '7.4'
19+
php-version: '8.0'
2020
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
2121
coverage: none
2222

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.0, 7.4]
12+
php: [8.0]
1313
laravel: [8.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
@@ -28,7 +28,7 @@ jobs:
2828
php-version: ${{ matrix.php }}
2929
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
3030
coverage: none
31-
31+
3232
- name: Setup problem matchers
3333
run: |
3434
echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)