Skip to content

Commit

Permalink
chore: Update GitHub workflows to use Rust nightly instead of PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jul 26, 2024
1 parent 544f70b commit 1f6fad0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
os: [windows-latest]
php: [8.1]
rust: [nightly]
stability: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand All @@ -23,11 +23,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true

- name: Build
run: cargo build --verbose

0 comments on commit 1f6fad0

Please sign in to comment.