Skip to content

Commit

Permalink
tests: drop 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Sep 16, 2023
1 parent 6a7d887 commit c520b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2']

steps:
- uses: actions/checkout@v2
Expand All @@ -32,14 +32,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2']
arch: [x64]
ts: [nts]

steps:
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.6
uses: cmb69/setup-php-sdk@v0.7
with:
version: ${{matrix.php-version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit c520b65

Please sign in to comment.