Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Apr 12, 2024
1 parent 8e7f5ed commit b600c6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v3

# - uses: shivammathur/setup-php@v2
# with:
# php-version: "8.1"
# extensions: pcntl
- uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
extensions: pcntl

- name: Cache Composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit b600c6d

Please sign in to comment.