Skip to content

Commit

Permalink
(yiisoft#7) Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lver committed Jul 7, 2023
1 parent c684a6d commit b1ae9e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 80, 81 ]
php: [ '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -37,4 +37,4 @@ jobs:
run: make build

- name: Run tests with phpunit
run: make test${{ matrix.php }}
run: make test v=${{ matrix.php }}
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- ubuntu-latest

php:
- 80
- 81
- '8.0'
- '8.1'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
dependencies:
override:
- make build
- make test80
- make test v=8.1

tests:
override:
Expand Down

0 comments on commit b1ae9e6

Please sign in to comment.