Skip to content

Commit

Permalink
Drop 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Aug 9, 2024
1 parent e651f68 commit 99b85fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.1'

steps:
-
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.1'

steps:
-
Expand Down Expand Up @@ -85,9 +85,9 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'

steps:
-
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.1'
steps:
-
name: "Checkout code"
Expand Down

0 comments on commit 99b85fa

Please sign in to comment.