Skip to content

Commit

Permalink
drop php <8.1 in github actions, add php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jan 22, 2024
1 parent 3105fa6 commit be8e752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.3'
extensions: gd, imagick
- name: php-cs-fixer
run: |
Expand All @@ -25,10 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3', '8.4']
prefer-lowest: ['']
include:
- php-version: '7.2'
- php-version: '8.1'
prefer-lowest: 'prefer-lowest'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit be8e752

Please sign in to comment.