Skip to content

Commit

Permalink
Actually remove non-forced 8.2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Nov 29, 2022
1 parent ad2cc16 commit 1252e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
composer-flags: [ "" ]
experimental: [false]
include:
Expand All @@ -24,6 +24,7 @@ jobs:
experimental: false
- php: 8.2
composer-flags: "--ignore-platform-req=php"
experimental: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1252e66

Please sign in to comment.