Skip to content

Commit

Permalink
limit php versiond from 7.4 ... 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mitterhauser committed Mar 11, 2024
1 parent 7bf55bd commit db13acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [ 7.2, 7.4, 8.0, 8.1, 8.2 ]
php_version: [ 7.4, 8.0, 8.1, 8.2 ]
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: [ 7.2, 7.4, 8.0, 8.1, 8.2 ]
php_version: [ 7.4, 8.0, 8.1, 8.2 ]
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
Expand Down

0 comments on commit db13acc

Please sign in to comment.