Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/phpspy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: phpspy_test
on: [push, pull_request]
jobs:
phpspy_test_job:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
TERM: xterm
steps:
Expand All @@ -12,7 +12,7 @@ jobs:
submodules: recursive
- name: deps
run: |
sudo apt-get install -y php8.1-cli
echo "php_path:=/usr/bin/php8.1" | sudo tee config.mk
sudo apt-get install -y php8.3-cli
echo "php_path:=/usr/bin/php8.3" | sudo tee config.mk
- name: test
run: make test