Skip to content

Commit

Permalink
removed outdated php versions from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrundkoetter committed Dec 6, 2024
1 parent 2ee9f1b commit ac6b959
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [ '8.2', '8.3' ]

steps:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: '8.1'
php-version: ${{ matrix.php }}
tools: composer

- name: Validate composer.json and composer.lock
Expand All @@ -41,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1']
php: ['8.2', '8.3']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ac6b959

Please sign in to comment.