Skip to content

Commit

Permalink
chore(ci): Test against 8.1 and 8.2 (#19)
Browse files Browse the repository at this point in the history
* chore(deps): Bump dev-dependencies
  • Loading branch information
Log1x authored Jul 29, 2023
1 parent b01ea53 commit 9b6660d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ["7.4", "8.0"]
php: ['7.4', '8.0', '8.1', '8.2']

steps:
- name: Checkout the project
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b6660d

Please sign in to comment.