Skip to content

Commit

Permalink
Updated PHP supported version range
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 4, 2024
1 parent 0733964 commit 13a6d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ["8.0", "8.1", "8.2"]
php: ["8.1", "8.2", "8.3"]
name: PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"license": "GPL-3.0",
"require": {
"php": "^8.0",
"php": "^8.1",
"php-ipv6": "*",
"php-64bit": "*",
"ext-sockets": "*",
Expand Down

0 comments on commit 13a6d76

Please sign in to comment.