Skip to content

Commit

Permalink
[#41] Run CI both PHP 7.4 and 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Nov 6, 2021
1 parent 25e9adf commit 8f155e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mutation-tests.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/psalm.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"

Expand Down

0 comments on commit 8f155e9

Please sign in to comment.