Skip to content

Commit

Permalink
Remove php8 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 8, 2024
1 parent b534407 commit 6263586
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies: [locked]
os: [ubuntu-latest]
experimental: [false]
Expand All @@ -48,19 +46,19 @@ jobs:
dependencies: lowest
os: ubuntu-latest
experimental: false
- php-version: "8.0"
- php-version: "7.4"
os: windows-latest
dependencies: locked
experimental: false
- php-version: "8.0"
- php-version: "7.4"
os: macos-latest
dependencies: locked
experimental: false
- php-version: "8.1"
- php-version: "7.4"
dependencies: lowest
os: ubuntu-latest
experimental: false
- php-version: "8.1"
- php-version: "7.4"
dependencies: highest
os: ubuntu-latest
experimental: false
Expand Down

0 comments on commit 6263586

Please sign in to comment.