Skip to content

Commit

Permalink
Use proper 8.1 php target in GitHub action checks (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tPl0ch authored Aug 10, 2022
1 parent adfea7a commit bba08cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
php:
-
version: 7.4
xdebug: 3.1.1
xdebug: 3.1.5
-
version: 8.0
xdebug: 3.1.1
xdebug: 3.1.5
-
version: 8.1-rc
xdebug: 3.1.1
version: 8.1
xdebug: 3.1.5
runs-on: ubuntu-20.04
steps:
-
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
version: 8.0
composer: --prefer-lowest
-
version: 8.1-rc
version: 8.1
composer: --prefer-lowest
-
version: 7.4
Expand All @@ -94,7 +94,7 @@ jobs:
version: 8.0
composer: --prefer-stable
-
version: 8.1-rc
version: 8.1
composer: --prefer-stable
steps:
-
Expand Down

0 comments on commit bba08cf

Please sign in to comment.