Skip to content

Commit

Permalink
ci: add tests for php 8.2, bump github action versions, run phpstan o…
Browse files Browse the repository at this point in the history
…n php 8.2 (#153)

Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Jun 13, 2023
1 parent 8c75a64 commit a324502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
php:
- "8.1"
- "8.2"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
tools: [ "composer" ]
dependency-versions: [ "highest" ]
include:
Expand All @@ -29,7 +30,7 @@ jobs:

steps:
- name: "Check out repository code"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
Expand All @@ -55,11 +56,11 @@ jobs:
fail-fast: false
matrix:
php:
- "8.1"
- "8.2"

steps:
- name: "Check out repository code"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit a324502

Please sign in to comment.