Skip to content

Commit

Permalink
workflow update php
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed May 4, 2022
1 parent 0739809 commit b1052ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
php-version: [ "7.4" ]
php-version: [ "8.0" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

strategy:
matrix:
php-version: [ "7.4" ]
php-version: [ "8.0" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down Expand Up @@ -145,11 +145,11 @@ jobs:

strategy:
matrix:
php-version: [ "7.2", "7.3", "7.4" ]
php-version: [ "8.0" ]
operating-system: [ "ubuntu-latest" ]
composer-args: [ "" ]
include:
- php-version: "7.2"
- php-version: "8.0"
operating-system: "ubuntu-latest"
composer-args: "--prefer-lowest"
- php-version: "8.0"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

strategy:
matrix:
php-version: [ "7.4" ]
php-version: [ "8.0" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down

0 comments on commit b1052ea

Please sign in to comment.