Skip to content

Commit 6e4d16c

Browse files
committed
for some reason phpspec thinks I'm using php7
1 parent 880769c commit 6e4d16c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v2
42-
- uses: shivammathur/setup-php@v2
43-
with:
44-
php-version: '8.0'
45-
tools: composer:v2
46-
- uses: actions/cache@v2
47-
with:
48-
path: '**/vendor'
49-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
50-
restore-keys: |
51-
${{ runner.os }}-composer-
5242
- uses: php-actions/composer@v5
5343
with:
5444
args: --prefer-dist
5545
php_version: 8.0
5646

5747
- name: PHP Spec
48+
run: php -v
5849
uses: php-actions/phpspec@master
5950
with:
6051
config: phpspec.yml

0 commit comments

Comments
 (0)