Skip to content

Commit d3fe3c6

Browse files
committed
Bump GitHub action versions
1 parent 58a9a7b commit d3fe3c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpspy_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: phpspy_test
22
on: [push, pull_request]
33
jobs:
44
phpspy_test_job:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
env:
77
TERM: xterm
88
steps:
@@ -12,7 +12,7 @@ jobs:
1212
submodules: recursive
1313
- name: deps
1414
run: |
15-
sudo apt-get install -y php8.1-cli
16-
echo "php_path:=/usr/bin/php8.1" | sudo tee config.mk
15+
sudo apt-get install -y php8.3-cli
16+
echo "php_path:=/usr/bin/php8.3" | sudo tee config.mk
1717
- name: test
1818
run: make test

0 commit comments

Comments
 (0)