Skip to content

Commit

Permalink
Add ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 15, 2024
1 parent fd7c88b commit 799b0fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019]
php: ['5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '7.2.11', '7.2.12', '8.1.9', '8.2', '8.3']
exclude:
- os: windows-2019
Expand Down Expand Up @@ -51,6 +51,10 @@ jobs:
php: 7.2.11
- os: ubuntu-22.04
php: 7.2.12
- os: ubuntu-24.04
php: 7.2.11
- os: ubuntu-24.04
php: 7.2.12

steps:
- name: Checkout
Expand Down

0 comments on commit 799b0fa

Please sign in to comment.