Skip to content

Commit

Permalink
Update PHP version in CI
Browse files Browse the repository at this point in the history
workflow. Fixes #928
  • Loading branch information
bagofarms committed Jan 3, 2024
1 parent 8f9b719 commit 8e8e35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.2']
node-version: [16.19.0]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/udoit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1']
php-versions: ['8.2']
node-version: [16.19.0]
steps:
- name: Checkout
Expand Down

0 comments on commit 8e8e35d

Please sign in to comment.