Skip to content

Commit

Permalink
Cleanup Yaml labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoodyFWD committed Feb 20, 2024
1 parent f0ced77 commit 371dea4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Compile on Windows
name: "[Windows] Build Phalcon"
on: [push, pull_request]

jobs:
windows:
runs-on: windows-latest
name: "Windows: Build and test"
name: "Build Phalcon (PHP ${{matrix.php}}-${{matrix.ts}}-${{matrix.arch}})"
defaults:
run:
shell: cmd
strategy:
fail-fast: false
matrix:
php: ["8.0"]
arch: [x64]
ts: [nts]
php: ["8.0","8.1","8.2","8.3"]
arch: [x64,x86]
ts: [nts,ts]
experimental: [false]
steps:
- name: Checkout Xdebug
- name: Checkout Phalcon
uses: actions/checkout@v4

- name: Extract Phalcon Version
Expand Down

0 comments on commit 371dea4

Please sign in to comment.