Skip to content

Commit

Permalink
Remove 7.4 from ci as required version is now 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Sep 22, 2022
1 parent 2d0d00e commit 993e05e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'

- name: Check PHP Version
run: php -v
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2']

steps:
- name: Checkout code
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'

- name: Check PHP Version
run: php -v
Expand Down

0 comments on commit 993e05e

Please sign in to comment.