Skip to content

Commit

Permalink
Run tests on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Sep 4, 2023
1 parent 7029232 commit fbd6c8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.0"
php-version: "latest"

- name: "Validate Composer"
run: "composer validate"
Expand All @@ -86,6 +87,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down Expand Up @@ -149,6 +151,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down

0 comments on commit fbd6c8b

Please sign in to comment.