Skip to content

Commit 05a0fa6

Browse files
committed
2024/5-6-7
1 parent 6a57540 commit 05a0fa6

28 files changed

+2894
-38
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
php-version: "8.4"
4949
extensions: mbstring, bcmath, xdebug
50-
tools: phpunit:11.4
50+
tools: phpunit:11.5
5151
coverage: xdebug
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![php v8.4](https://shields.io/badge/php-8.4-blue?logo=php)
44
![build](https://img.shields.io/github/actions/workflow/status/tbali0524/advent-of-code-solutions/qa.yml)
5-
![AoC stars](https://img.shields.io/badge/total%20AoC%20⭐-458-green)
5+
![AoC stars](https://img.shields.io/badge/total%20AoC%20⭐-464-green)
66
![license](https://img.shields.io/github/license/tbali0524/advent-of-code-solutions)
77

88
* [AoC website](https://adventofcode.com/)
@@ -11,7 +11,7 @@
1111
* [Puzzle list](puzzles.md) with topics and my completion status (in PHP)
1212
* [Results and running times](results.md)
1313
* [This repo on GitHub](https://github.com/tbali0524/advent-of-code-solutions)
14-
* [My AoC solutions in Rust](https://github.com/tbali0524/advent-of-code-rust) (~3 seasons, 170⭐)
14+
* [My AoC solutions in Rust](https://github.com/tbali0524/advent-of-code-rust) (~3.5 seasons, 182⭐)
1515

1616
This repo contains all solutions for the first 9 seasons in PHP, plus a simple CLI runner. Later I rewrote some of the solutions in Rust. However, from season 2024 I plan to solve the puzzles first in Rust and rewrite it in PHP only later (if at all).
1717

0 commit comments

Comments
 (0)