Skip to content

Commit

Permalink
Add PHP 8.2 and 8.3 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jankonas committed Mar 6, 2024
1 parent 7dd3bf9 commit ae910d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ on:
- cron: "0 8 * * 1"

jobs:
test83:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-redis.yml@master
with:
php: "8.3"

test82:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-redis.yml@master
with:
php: "8.2"

test81:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-redis.yml@master
Expand Down

0 comments on commit ae910d2

Please sign in to comment.