Skip to content

Commit

Permalink
update CI php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX authored Sep 26, 2023
1 parent 210a065 commit 31aae39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["7.4"]
php_version: ["8.2"]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ["8.0", "8.1", "8.2"]
php_version: ["8.3-rc]

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

0 comments on commit 31aae39

Please sign in to comment.